Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.citrus-blast {
color: #e47b3a;
}
.tropical-smoothie {
color: #c5596b;
}
.amaranth-deep-purple {
color: #9c2b71;
}
.lucid-dream {
color: #5b2a92;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--citrus-blast:#e47b3a;
--tropical-smoothie:#c5596b;
--amaranth-deep-purple:#9c2b71;
--lucid-dream:#5b2a92;
}