Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.troll-slayer-orange {
color: #f3a34f;
}
.cosmic-coral {
color: #e57a6c;
}
.flirty-rose {
color: #d45990;
}
.hyacinth-violet {
color: #9d4d9d;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--troll-slayer-orange:#f3a34f;
--cosmic-coral:#e57a6c;
--flirty-rose:#d45990;
--hyacinth-violet:#9d4d9d;
}