Color names in this palette
CSS code for this palette
/* CSS */
.brown-bread {
color: #d5c5aa;
}
.uptown-taupe {
color: #f0e3d6;
}
.first-date {
color: #f7afa1;
}
.childhood-crush {
color: #e26a6a;
}
.thimble-red {
color: #a35c8d;
}
/* CSS Variables */
:root {
--brown-bread:#d5c5aa;
--uptown-taupe:#f0e3d6;
--first-date:#f7afa1;
--childhood-crush:#e26a6a;
--thimble-red:#a35c8d;
}