Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c5a6;
}
.first-date {
color: #f7b2a1;
}
.flirty-salmon {
color: #f76b69;
}
.upstream-salmon {
color: #f79e78;
}
.gentle-glow {
color: #f7e5bb;
}
/* CSS Variables */
:root {
--peach-damask:#f7c5a6;
--first-date:#f7b2a1;
--flirty-salmon:#f76b69;
--upstream-salmon:#f79e78;
--gentle-glow:#f7e5bb;
}