Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.seasonal-beige {
color: #e9b79f;
}
.dusty-pink {
color: #d58b92;
}
.colombo-red-mauve {
color: #b67cb5;
}
.mauve-memento {
color: #a76c95;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--seasonal-beige:#e9b79f;
--dusty-pink:#d58b92;
--colombo-red-mauve:#b67cb5;
--mauve-memento:#a76c95;
}