Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.first-date {
color: #f7b2a1;
}
.wisley-pink {
color: #f4a499;
}
.ambitious-rose {
color: #e8697c;
}
.flirty-rose {
color: #d65c8d;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--first-date:#f7b2a1;
--wisley-pink:#f4a499;
--ambitious-rose:#e8697c;
--flirty-rose:#d65c8d;
}