Color names in this palette
CSS code for this palette
/* CSS */
.blue-ribbon {
color: #0066ff;
}
.joust-blue {
color: #4da6ff;
}
.chromis-damsel-blue {
color: #80ccff;
}
.frozen-landscape {
color: #b3e0ff;
}
.clear-skies {
color: #e5f7ff;
}
/* CSS Variables */
:root {
--blue-ribbon:#0066ff;
--joust-blue:#4da6ff;
--chromis-damsel-blue:#80ccff;
--frozen-landscape:#b3e0ff;
--clear-skies:#e5f7ff;
}