Color names in this palette
CSS code for this palette
/* CSS */
.firelight {
color: #f9d97b;
}
.golden-cream {
color: #f6b56a;
}
.rose-essence {
color: #f2968c;
}
.shadow-azalea-pink {
color: #e46c9a;
}
.middle-purple {
color: #d67ab6;
}
/* CSS Variables */
:root {
--firelight:#f9d97b;
--golden-cream:#f6b56a;
--rose-essence:#f2968c;
--shadow-azalea-pink:#e46c9a;
--middle-purple:#d67ab6;
}