Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a3d1e6;
}
.water-flow {
color: #78c1d9;
}
.lake-thun {
color: #4bb7e2;
}
.rockman-blue {
color: #2a9cf4;
}
.honolulu-blue {
color: #007ebd;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a3d1e6;
--water-flow:#78c1d9;
--lake-thun:#4bb7e2;
--rockman-blue:#2a9cf4;
--honolulu-blue:#007ebd;
}