Color names in this palette
CSS code for this palette
/* CSS */
.rustique {
color: #f4c0b4;
}
.mystic-tulip {
color: #f7b5a1;
}
.pumpkin-hue {
color: #f6a179;
}
.evening-sunset {
color: #efad6c;
}
.yellow-dragon {
color: #f9e580;
}
/* CSS Variables */
:root {
--rustique:#f4c0b4;
--mystic-tulip:#f7b5a1;
--pumpkin-hue:#f6a179;
--evening-sunset:#efad6c;
--yellow-dragon:#f9e580;
}