Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.whipped-peach {
color: #f9cfae;
}
.dandelion-wine {
color: #fcf1b6;
}
.wax-yellow {
color: #e6e8a1;
}
.lime-lizard {
color: #a3d55d;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--whipped-peach:#f9cfae;
--dandelion-wine:#fcf1b6;
--wax-yellow:#e6e8a1;
--lime-lizard:#a3d55d;
}