Color names in this palette
CSS code for this palette
/* CSS */
.sea-radish {
color: #799a7d;
}
.flower-stem {
color: #b5d2b2;
}
.bleached-jade {
color: #e1e6d1;
}
.neighborly-peach {
color: #f1c2a2;
}
.pink-slip {
color: #d58d8b;
}
/* CSS Variables */
:root {
--sea-radish:#799a7d;
--flower-stem:#b5d2b2;
--bleached-jade:#e1e6d1;
--neighborly-peach:#f1c2a2;
--pink-slip:#d58d8b;
}