Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.troll-slayer-orange {
color: #f1a44b;
}
.coral-orange {
color: #e86a4a;
}
.rosy-cheeks {
color: #d84f6d;
}
.mulberry-yogurt {
color: #c44a8d;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--troll-slayer-orange:#f1a44b;
--coral-orange:#e86a4a;
--rosy-cheeks:#d84f6d;
--mulberry-yogurt:#c44a8d;
}