Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f5cbb7;
}
.coral-silk {
color: #f2a27d;
}
.spicy-paella {
color: #f2903a;
}
.sohi-red {
color: #e45e3a;
}
.middle-safflower {
color: #c84c7b;
}
/* CSS Variables */
:root {
--biscuit-cream:#f5cbb7;
--coral-silk:#f2a27d;
--spicy-paella:#f2903a;
--sohi-red:#e45e3a;
--middle-safflower:#c84c7b;
}