Color names in this palette
CSS code for this palette
/* CSS */
.artesian-well {
color: #5fb4ad;
}
.whirlpool {
color: #a1d9cf;
}
.york-bisque {
color: #f1d9c6;
}
.rosy-outlook {
color: #f7ab9c;
}
.pink-slip {
color: #d68f8a;
}
/* CSS Variables */
:root {
--artesian-well:#5fb4ad;
--whirlpool:#a1d9cf;
--york-bisque:#f1d9c6;
--rosy-outlook:#f7ab9c;
--pink-slip:#d68f8a;
}