Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a6d2e8;
}
.flounce {
color: #4d8b93;
}
.blue-slate {
color: #5c5d66;
}
.cloudy-valley {
color: #b3c7d6;
}
.butter-muffin {
color: #f8e0b4;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a6d2e8;
--flounce:#4d8b93;
--blue-slate:#5c5d66;
--cloudy-valley:#b3c7d6;
--butter-muffin:#f8e0b4;
}