Color names in this palette
CSS code for this palette
/* CSS */
.blue-ribbon {
color: #006aff;
}
.dead-blue-eyes {
color: #0055cc;
}
.fright-night {
color: #004299;
}
.baby-blue {
color: #a3cdff;
}
.frozen-landscape {
color: #b3e0ff;
}
/* CSS Variables */
:root {
--blue-ribbon:#006aff;
--dead-blue-eyes:#0055cc;
--fright-night:#004299;
--baby-blue:#a3cdff;
--frozen-landscape:#b3e0ff;
}