Color names in this palette
CSS code for this palette
/* CSS */
.blue-ribbon {
color: #0066ff;
}
.starfleet-blue {
color: #0095ff;
}
.krishna-blue {
color: #00b2ff;
}
.vivid-sky-blue {
color: #00d0ff;
}
.whimsical-blue {
color: #00eaff;
}
/* CSS Variables */
:root {
--blue-ribbon:#0066ff;
--starfleet-blue:#0095ff;
--krishna-blue:#00b2ff;
--vivid-sky-blue:#00d0ff;
--whimsical-blue:#00eaff;
}