Color names in this palette
CSS code for this palette
/* CSS */
.orange-pospsicle {
color: #f6a90e;
}
.dilly-dally {
color: #f6da60;
}
.invigorating {
color: #f0e9b2;
}
.touch-of-blue {
color: #c3d7e9;
}
.sky-high {
color: #a5c2e9;
}
/* CSS Variables */
:root {
--orange-pospsicle:#f6a90e;
--dilly-dally:#f6da60;
--invigorating:#f0e9b2;
--touch-of-blue:#c3d7e9;
--sky-high:#a5c2e9;
}