Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f9b39f;
}
.fireflies {
color: #f6d9a7;
}
.pearl-yellow {
color: #f2e2ba;
}
.powdered-gold {
color: #e8d1b0;
}
.warming-peach {
color: #e4b5a0;
}
/* CSS Variables */
:root {
--mystic-tulip:#f9b39f;
--fireflies:#f6d9a7;
--pearl-yellow:#f2e2ba;
--powdered-gold:#e8d1b0;
--warming-peach:#e4b5a0;
}