Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c8a6;
}
.first-date {
color: #f6afa2;
}
.melon-baby {
color: #f47c6c;
}
.amour {
color: #ea5a53;
}
.fire-island {
color: #d94d3a;
}
/* CSS Variables */
:root {
--peach-damask:#f7c8a6;
--first-date:#f6afa2;
--melon-baby:#f47c6c;
--amour:#ea5a53;
--fire-island:#d94d3a;
}