例えば、同じボックス・囲み枠でタイトルを作り、色だけ変えたスタイルを複数使う場合には、下記のようなクラスにする。
.tusho-title{
height:4em;
display: flex;
justify-content: center;
align-items: center;
margin-bottom:1em ;
padding:0.5em 0.1em;
}
.tusho1{background-color: #CAD9B2}
.tusho2{background-color: #FBC6B0}
.tusho3{background-color: #EFDE8C}
.tusho4{background-color: #B9C9DC}