Color names in this palette
CSS code for this palette
/* CSS */
.tomb-blue {
color: #0099cc;
}
.turquoise-panic {
color: #33cccc;
}
.near-moon {
color: #65e6e6;
}
.glitchy-shader-blue {
color: #99ffff;
}
.dawn-departs {
color: #ccffff;
}
/* CSS Variables */
:root {
--tomb-blue:#0099cc;
--turquoise-panic:#33cccc;
--near-moon:#65e6e6;
--glitchy-shader-blue:#99ffff;
--dawn-departs:#ccffff;
}