Color names in this palette
CSS code for this palette
/* CSS */
.flame-seal {
color: #f3e158;
}
.mango-margarita {
color: #f7b750;
}
.sunshade {
color: #f89e49;
}
.melondrama {
color: #f07f6a;
}
.blush-d-amour {
color: #d95e85;
}
/* CSS Variables */
:root {
--flame-seal:#f3e158;
--mango-margarita:#f7b750;
--sunshade:#f89e49;
--melondrama:#f07f6a;
--blush-d-amour:#d95e85;
}