Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.first-date {
color: #f1b0a2;
}
.citrus-sachet {
color: #f1c6a7;
}
.fireflies {
color: #f7d9a6;
}
.icy-lemonade {
color: #f7e7b0;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--first-date:#f1b0a2;
--citrus-sachet:#f1c6a7;
--fireflies:#f7d9a6;
--icy-lemonade:#f7e7b0;
}