Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.first-date {
color: #f5b2a3;
}
.fruity-licious {
color: #f78d92;
}
.melon-mist {
color: #e77e93;
}
.blush-d-amour {
color: #d95e83;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--first-date:#f5b2a3;
--fruity-licious:#f78d92;
--melon-mist:#e77e93;
--blush-d-amour:#d95e83;
}