Color names in this palette
CSS code for this palette
/* CSS */
.uptown-taupe {
color: #f0e3d6;
}
.pure-beige {
color: #e8cfc5;
}
.gizmo {
color: #d6a4b9;
}
.colombo-red-mauve {
color: #b87fb4;
}
.meadow-mauve {
color: #a65e91;
}
/* CSS Variables */
:root {
--uptown-taupe:#f0e3d6;
--pure-beige:#e8cfc5;
--gizmo:#d6a4b9;
--colombo-red-mauve:#b87fb4;
--meadow-mauve:#a65e91;
}