Color names in this palette
CSS code for this palette
/* CSS */
.hot-sun {
color: #f7b32b;
}
.rubber-ducky {
color: #f7d059;
}
.limited-lime {
color: #eae9b8;
}
.ocean-cruise {
color: #9dd5e1;
}
.dayflower {
color: #3b99d8;
}
/* CSS Variables */
:root {
--hot-sun:#f7b32b;
--rubber-ducky:#f7d059;
--limited-lime:#eae9b8;
--ocean-cruise:#9dd5e1;
--dayflower:#3b99d8;
}