Color names in this palette
CSS code for this palette
/* CSS */
.dithered-sky {
color: #c2dfff;
}
.malm-ff {
color: #a8d9ff;
}
.ti-n-l-n-sky {
color: #66b2ff;
}
.starfleet-blue {
color: #0095ff;
}
.cobalt-glaze {
color: #0071b3;
}
/* CSS Variables */
:root {
--dithered-sky:#c2dfff;
--malm-ff:#a8d9ff;
--ti-n-l-n-sky:#66b2ff;
--starfleet-blue:#0095ff;
--cobalt-glaze:#0071b3;
}