Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a1d3e8;
}
.ode-to-green {
color: #b3e6d9;
}
.light-green-glint {
color: #e3f6d5;
}
.icy-lemonade {
color: #f6e6b1;
}
.chai-latte {
color: #f8c8a0;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a1d3e8;
--ode-to-green:#b3e6d9;
--light-green-glint:#e3f6d5;
--icy-lemonade:#f6e6b1;
--chai-latte:#f8c8a0;
}