Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a3d1e6;
}
.fine-blue {
color: #b7e1df;
}
.child-of-light {
color: #f1f5f8;
}
.melting-glacier {
color: #e8f8f6;
}
.peaceful-night {
color: #d6e6e4;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a3d1e6;
--fine-blue:#b7e1df;
--child-of-light:#f1f5f8;
--melting-glacier:#e8f8f6;
--peaceful-night:#d6e6e4;
}