Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.citrus-hill {
color: #f5a88e;
}
.monarch-orange {
color: #f39c6d;
}
.polished-gold {
color: #f1a655;
}
.nervy-hue {
color: #d9c55e;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--citrus-hill:#f5a88e;
--monarch-orange:#f39c6d;
--polished-gold:#f1a655;
--nervy-hue:#d9c55e;
}