Color names in this palette
CSS code for this palette
/* CSS */
.seasonal-beige {
color: #e5b69f;
}
.mellow-rose {
color: #daa9a0;
}
.early-sunset {
color: #f3e2d8;
}
.familiar-beige {
color: #c9b4a1;
}
.millennial-pink {
color: #f6c9c1;
}
/* CSS Variables */
:root {
--seasonal-beige:#e5b69f;
--mellow-rose:#daa9a0;
--early-sunset:#f3e2d8;
--familiar-beige:#c9b4a1;
--millennial-pink:#f6c9c1;
}