Color names in this palette
CSS code for this palette
/* CSS */
.orange-pospsicle {
color: #f4a20b;
}
.radiant-sun {
color: #f1c950;
}
.daydream {
color: #e1ebad;
}
.french-pass {
color: #a3d4e0;
}
.blue-grotto {
color: #4c9ec8;
}
/* CSS Variables */
:root {
--orange-pospsicle:#f4a20b;
--radiant-sun:#f1c950;
--daydream:#e1ebad;
--french-pass:#a3d4e0;
--blue-grotto:#4c9ec8;
}