Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.life-is-good {
color: #e09f3e;
}
.sweet-potato {
color: #d67d3d;
}
.hot-flamingo {
color: #b35666;
}
.scarlet-gum {
color: #4a2f5b;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--life-is-good:#e09f3e;
--sweet-potato:#d67d3d;
--hot-flamingo:#b35666;
--scarlet-gum:#4a2f5b;
}