Color names in this palette
CSS code for this palette
/* CSS */
.blue-ribbon {
color: #0066ff;
}
.blue-chaos {
color: #4d9aff;
}
.apocyan {
color: #99ccff;
}
.lucid-dreams {
color: #ccebff;
}
.clear-skies {
color: #e5f7ff;
}
/* CSS Variables */
:root {
--blue-ribbon:#0066ff;
--blue-chaos:#4d9aff;
--apocyan:#99ccff;
--lucid-dreams:#ccebff;
--clear-skies:#e5f7ff;
}