Color names in this palette
CSS code for this palette
/* CSS */
.gilded {
color: #f7e04b;
}
.zucchini-flower {
color: #e8a84f;
}
.coral-gold {
color: #d66d4c;
}
.candy-drop {
color: #c55e65;
}
.viva-magenta {
color: #a2498c;
}
/* CSS Variables */
:root {
--gilded:#f7e04b;
--zucchini-flower:#e8a84f;
--coral-gold:#d66d4c;
--candy-drop:#c55e65;
--viva-magenta:#a2498c;
}