Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.skyan {
color: #66ccff;
}
.glitchy-shader-blue {
color: #99ffff;
}
.distilled-moss {
color: #ccffcc;
}
.sugar-chic {
color: #ffccff;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--skyan:#66ccff;
--glitchy-shader-blue:#99ffff;
--distilled-moss:#ccffcc;
--sugar-chic:#ffccff;
}