Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.hello-summer {
color: #4dc1ff;
}
.athena-blue {
color: #66e0ff;
}
.waterspout {
color: #a3f1ff;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--hello-summer:#4dc1ff;
--athena-blue:#66e0ff;
--waterspout:#a3f1ff;
--hollandaise:#ffec3d;
}