Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.pumpkin-hue {
color: #f6a579;
}
.rose-mallow {
color: #f3aac7;
}
.lavender-pink {
color: #e580dd;
}
.matt-purple {
color: #9b7bdb;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--pumpkin-hue:#f6a579;
--rose-mallow:#f3aac7;
--lavender-pink:#e580dd;
--matt-purple:#9b7bdb;
}