Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.carona {
color: #f6a22c;
}
.glazed-carrot {
color: #e86a2c;
}
.strawberry-moon {
color: #d0536e;
}
.hyacinth-violet {
color: #a04b9a;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--carona:#f6a22c;
--glazed-carrot:#e86a2c;
--strawberry-moon:#d0536e;
--hyacinth-violet:#a04b9a;
}