Color names in this palette
CSS code for this palette
/* CSS */
.sterling-blue {
color: #a3b6c2;
}
.journey-s-end {
color: #bbc9d3;
}
.sweet-breeze {
color: #c9dae4;
}
.clear-vision {
color: #e3f1f7;
}
.cotton-ball {
color: #f3f8fc;
}
/* CSS Variables */
:root {
--sterling-blue:#a3b6c2;
--journey-s-end:#bbc9d3;
--sweet-breeze:#c9dae4;
--clear-vision:#e3f1f7;
--cotton-ball:#f3f8fc;
}