Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a2;
}
.mandys-pink {
color: #f5b89e;
}
.facemark {
color: #f6d288;
}
.iced-celery {
color: #e7e7b6;
}
.eton-blue {
color: #aad5d3;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a2;
--mandys-pink:#f5b89e;
--facemark:#f6d288;
--iced-celery:#e7e7b6;
--eton-blue:#aad5d3;
}