Color names in this palette
CSS code for this palette
/* CSS */
.mondrian-blue {
color: #0c4a8d;
}
.dayflower {
color: #3a9ad9;
}
.deluxe-days {
color: #89c4e6;
}
.wake-me-up {
color: #f5d75b;
}
.radiant-yellow {
color: #f89d25;
}
/* CSS Variables */
:root {
--mondrian-blue:#0c4a8d;
--dayflower:#3a9ad9;
--deluxe-days:#89c4e6;
--wake-me-up:#f5d75b;
--radiant-yellow:#f89d25;
}