Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5b8b8a;
}
.cascade-green {
color: #a2c3b6;
}
.uptown-taupe {
color: #f0e3d6;
}
.mystic-tulip {
color: #f7b5a1;
}
.peppermint-swirl {
color: #d45e7d;
}
/* CSS Variables */
:root {
--steel-teal:#5b8b8a;
--cascade-green:#a2c3b6;
--uptown-taupe:#f0e3d6;
--mystic-tulip:#f7b5a1;
--peppermint-swirl:#d45e7d;
}