Color names in this palette
CSS code for this palette
/* CSS */
.fresco-cream {
color: #f9c9a4;
}
.first-date {
color: #f5b19e;
}
.cumquat-cream {
color: #f19b7e;
}
.blaze {
color: #f68a4c;
}
.sunny-mood {
color: #f6c84c;
}
/* CSS Variables */
:root {
--fresco-cream:#f9c9a4;
--first-date:#f5b19e;
--cumquat-cream:#f19b7e;
--blaze:#f68a4c;
--sunny-mood:#f6c84c;
}