Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a2d2e6;
}
.bay {
color: #b3e0d4;
}
.quartz-white {
color: #f3e8e2;
}
.melon-sorbet {
color: #f9b89a;
}
.roseberry {
color: #f7a5a1;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a2d2e6;
--bay:#b3e0d4;
--quartz-white:#f3e8e2;
--melon-sorbet:#f9b89a;
--roseberry:#f7a5a1;
}