Color names in this palette
CSS code for this palette
/* CSS */
.light-cornflower-blue {
color: #95ccea;
}
.light-blue-glint {
color: #a8d3e1;
}
.minor-blue {
color: #b7dfe6;
}
.melting-glacier {
color: #e8f8f5;
}
.doeskin {
color: #fff1e5;
}
/* CSS Variables */
:root {
--light-cornflower-blue:#95ccea;
--light-blue-glint:#a8d3e1;
--minor-blue:#b7dfe6;
--melting-glacier:#e8f8f5;
--doeskin:#fff1e5;
}