Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.mandys-pink {
color: #f6b698;
}
.popcorn {
color: #f8d37c;
}
.cymophane-yellow {
color: #f1e4a7;
}
.satin-green {
color: #c5e1b7;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--mandys-pink:#f6b698;
--popcorn:#f8d37c;
--cymophane-yellow:#f1e4a7;
--satin-green:#c5e1b7;
}