Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f9c5a9;
}
.first-date {
color: #f4b69f;
}
.rose-essence {
color: #f09e84;
}
.geraldine {
color: #e57d76;
}
.italiano-rose {
color: #d45e66;
}
/* CSS Variables */
:root {
--peach-damask:#f9c5a9;
--first-date:#f4b69f;
--rose-essence:#f09e84;
--geraldine:#e57d76;
--italiano-rose:#d45e66;
}