Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.sundown {
color: #f5c99e;
}
.martica {
color: #f4e5b8;
}
.chefchaouen-blue {
color: #a2d2e7;
}
.tantalize {
color: #6a9bc8;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--sundown:#f5c99e;
--martica:#f4e5b8;
--chefchaouen-blue:#a2d2e7;
--tantalize:#6a9bc8;
}