Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dreams {
color: #cceeff;
}
.chefchaouen-blue {
color: #a2d1e6;
}
.deluxe-days {
color: #89c7e6;
}
.high-blue {
color: #4dafe0;
}
.atmosphere {
color: #0096db;
}
/* CSS Variables */
:root {
--lucid-dreams:#cceeff;
--chefchaouen-blue:#a2d1e6;
--deluxe-days:#89c7e6;
--high-blue:#4dafe0;
--atmosphere:#0096db;
}