Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.creamy-peach {
color: #f3a582;
}
.gilded {
color: #f7db4a;
}
.dodgeroll-gold {
color: #f39c12;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--creamy-peach:#f3a582;
--gilded:#f7db4a;
--dodgeroll-gold:#f39c12;
--mandarin-red:#e74d3c;
}