Color names in this palette
CSS code for this palette
/* CSS */
.crunch {
color: #f3b762;
}
.apricot-jam {
color: #f2a56e;
}
.cumquat-cream {
color: #f29c7d;
}
.bierwurst {
color: #f28e8c;
}
.flower-blossom-pink {
color: #eb7a87;
}
/* CSS Variables */
:root {
--crunch:#f3b762;
--apricot-jam:#f2a56e;
--cumquat-cream:#f29c7d;
--bierwurst:#f28e8c;
--flower-blossom-pink:#eb7a87;
}