Color names in this palette
CSS code for this palette
/* CSS */
.bergamot-orange {
color: #f59c5c;
}
.fruit-shake {
color: #f29d8c;
}
.alesan {
color: #f1c1a7;
}
.frangipane {
color: #f4d6b4;
}
.dessert-cream {
color: #f5e4d1;
}
/* CSS Variables */
:root {
--bergamot-orange:#f59c5c;
--fruit-shake:#f29d8c;
--alesan:#f1c1a7;
--frangipane:#f4d6b4;
--dessert-cream:#f5e4d1;
}