Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a1d3e8;
}
.delicate-girl-blue {
color: #65b2c8;
}
.brig {
color: #4b9fc3;
}
.sea-sight {
color: #007a99;
}
.midnight-green {
color: #004852;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a1d3e8;
--delicate-girl-blue:#65b2c8;
--brig:#4b9fc3;
--sea-sight:#007a99;
--midnight-green:#004852;
}