Color names in this palette
CSS code for this palette
/* CSS */
.uptown-taupe {
color: #f0e3d6;
}
.parfait-pink {
color: #e3b0c4;
}
.evening-dress {
color: #d39e9c;
}
.mandys-pink {
color: #f4b89a;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--uptown-taupe:#f0e3d6;
--parfait-pink:#e3b0c4;
--evening-dress:#d39e9c;
--mandys-pink:#f4b89a;
--creamy-sweet-corn:#f9c54e;
}