Color names in this palette
CSS code for this palette
/* CSS */
.undertow {
color: #799a99;
}
.twin-cities {
color: #a3c7c6;
}
.swan-lake {
color: #c7e5e4;
}
.oyster-bisque {
color: #f2e4b1;
}
.tango-pink {
color: #e37d7e;
}
/* CSS Variables */
:root {
--undertow:#799a99;
--twin-cities:#a3c7c6;
--swan-lake:#c7e5e4;
--oyster-bisque:#f2e4b1;
--tango-pink:#e37d7e;
}