Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.drift-on-the-sea {
color: #85cdfa;
}
.hollandaise {
color: #ffec3d;
}
.smashing-pumpkins {
color: #ff5724;
}
.citrus-surge {
color: #8bc34b;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--drift-on-the-sea:#85cdfa;
--hollandaise:#ffec3d;
--smashing-pumpkins:#ff5724;
--citrus-surge:#8bc34b;
}