Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a6a2;
}
.first-date {
color: #f6afa2;
}
.peach-damask {
color: #f6c4a7;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.star-studded {
color: #f6eaac;
}
/* CSS Variables */
:root {
--calabrese:#f6a6a2;
--first-date:#f6afa2;
--peach-damask:#f6c4a7;
--enjoyable-yellow:#f6d5a7;
--star-studded:#f6eaac;
}