Color names in this palette
CSS code for this palette
/* CSS */
.disappearing-memories {
color: #ebe3e0;
}
.uptown-taupe {
color: #f0e3d6;
}
.barrett-quince {
color: #f6d1b1;
}
.first-date {
color: #f8afa0;
}
.benihi-red {
color: #f75636;
}
/* CSS Variables */
:root {
--disappearing-memories:#ebe3e0;
--uptown-taupe:#f0e3d6;
--barrett-quince:#f6d1b1;
--first-date:#f8afa0;
--benihi-red:#f75636;
}