Color names in this palette
CSS code for this palette
/* CSS */
.magic-melon {
color: #e09b4d;
}
.yellow-currant {
color: #f5c56b;
}
.midsummer {
color: #f8d8aa;
}
.emperor-s-children {
color: #f2a1b6;
}
.flirty-rose {
color: #d55d89;
}
/* CSS Variables */
:root {
--magic-melon:#e09b4d;
--yellow-currant:#f5c56b;
--midsummer:#f8d8aa;
--emperor-s-children:#f2a1b6;
--flirty-rose:#d55d89;
}