Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a1d3e8;
}
.snow-white-blush {
color: #f9aeae;
}
.hawkbit {
color: #fddb6d;
}
.romantic-morning {
color: #e0b8de;
}
.patina-green {
color: #b3ebb2;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a1d3e8;
--snow-white-blush:#f9aeae;
--hawkbit:#fddb6d;
--romantic-morning:#e0b8de;
--patina-green:#b3ebb2;
}