Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #a0c1e9;
}
.blue-cuddle {
color: #80b3d1;
}
.hygiene-green {
color: #56b8b2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.ornery-tangerine {
color: #f97a1f;
}
/* CSS Variables */
:root {
--sky-high:#a0c1e9;
--blue-cuddle:#80b3d1;
--hygiene-green:#56b8b2;
--creamy-sweet-corn:#f9c54e;
--ornery-tangerine:#f97a1f;
}