Color names in this palette
CSS code for this palette
/* CSS */
.uptown-taupe {
color: #f0e3d6;
}
.bellini {
color: #f5cab2;
}
.roseberry {
color: #f7a5a1;
}
.rose-cheeks {
color: #f1798f;
}
.pickled-pink {
color: #d4497f;
}
/* CSS Variables */
:root {
--uptown-taupe:#f0e3d6;
--bellini:#f5cab2;
--roseberry:#f7a5a1;
--rose-cheeks:#f1798f;
--pickled-pink:#d4497f;
}