Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.capri {
color: #00bfff;
}
.sparky-blue {
color: #1fe9ff;
}
.benzol-green {
color: #00e677;
}
.middle-yellow {
color: #ffea00;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--capri:#00bfff;
--sparky-blue:#1fe9ff;
--benzol-green:#00e677;
--middle-yellow:#ffea00;
}