Color names in this palette
CSS code for this palette
/* CSS */
.tuscan {
color: #f9d5a9;
}
.rosy-outlook {
color: #f3a99b;
}
.cumquat-cream {
color: #f09f7f;
}
.bright-lilac {
color: #d48de8;
}
.friendly-yellow {
color: #f7e3b0;
}
/* CSS Variables */
:root {
--tuscan:#f9d5a9;
--rosy-outlook:#f3a99b;
--cumquat-cream:#f09f7f;
--bright-lilac:#d48de8;
--friendly-yellow:#f7e3b0;
}