Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3c9cdd;
}
.ocean-in-a-bowl {
color: #5ce0b8;
}
.highlighter-yellow {
color: #f0e13d;
}
.smashed-pumpkin {
color: #ff6b42;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--dayflower:#3c9cdd;
--ocean-in-a-bowl:#5ce0b8;
--highlighter-yellow:#f0e13d;
--smashed-pumpkin:#ff6b42;
--white-smoke:#f5f5f5;
}