Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a1d3e8;
}
.blue-charm {
color: #81c2d9;
}
.crystal-seas {
color: #5dadd0;
}
.oasis-spring {
color: #4aa0c4;
}
.navagio-bay {
color: #3c8eb4;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a1d3e8;
--blue-charm:#81c2d9;
--crystal-seas:#5dadd0;
--oasis-spring:#4aa0c4;
--navagio-bay:#3c8eb4;
}