Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a4d1e5;
}
.blue-cuddle {
color: #80b2d1;
}
.mountain-bluebird {
color: #499bc1;
}
.blue-paisley {
color: #2582a7;
}
.true-teal {
color: #0a7f94;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a4d1e5;
--blue-cuddle:#80b2d1;
--mountain-bluebird:#499bc1;
--blue-paisley:#2582a7;
--true-teal:#0a7f94;
}