Color names in this palette
CSS code for this palette
/* CSS */
.flax-flower-blue {
color: #489bdb;
}
.butter-cream {
color: #f1b341;
}
.apricot-obsession {
color: #f7c3b6;
}
.spicy-paella {
color: #f2903a;
}
.hot-coral {
color: #f25a5a;
}
/* CSS Variables */
:root {
--flax-flower-blue:#489bdb;
--butter-cream:#f1b341;
--apricot-obsession:#f7c3b6;
--spicy-paella:#f2903a;
--hot-coral:#f25a5a;
}