Color names in this palette
CSS code for this palette
/* CSS */
.vinaceous-cinnamon {
color: #f28c8c;
}
.sunday-best {
color: #fbc6c6;
}
.unburdened-pink {
color: #f9e7e7;
}
.gold-thread {
color: #fce9b0;
}
.neighborly-peach {
color: #f6c2a2;
}
/* CSS Variables */
:root {
--vinaceous-cinnamon:#f28c8c;
--sunday-best:#fbc6c6;
--unburdened-pink:#f9e7e7;
--gold-thread:#fce9b0;
--neighborly-peach:#f6c2a2;
}