Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a4d1e5;
}
.norfolk-sky {
color: #6cb6e5;
}
.blue-damselfly {
color: #2b9cda;
}
.atmosphere {
color: #0096db;
}
.star-command-blue {
color: #007ab8;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a4d1e5;
--norfolk-sky:#6cb6e5;
--blue-damselfly:#2b9cda;
--atmosphere:#0096db;
--star-command-blue:#007ab8;
}