Color names in this palette
CSS code for this palette
/* CSS */
.starfleet-blue {
color: #0095ff;
}
.capri {
color: #00bfff;
}
.whimsical-blue {
color: #00e5ff;
}
.moonglade-water {
color: #66ffff;
}
.affen-turquoise {
color: #a3ffff;
}
/* CSS Variables */
:root {
--starfleet-blue:#0095ff;
--capri:#00bfff;
--whimsical-blue:#00e5ff;
--moonglade-water:#66ffff;
--affen-turquoise:#a3ffff;
}