Color names in this palette
CSS code for this palette
/* CSS */
.palm-springs-splash {
color: #1d8b7a;
}
.water-park {
color: #4fb59f;
}
.light-capri-green {
color: #8fd6c5;
}
.serendipity {
color: #bae3da;
}
.mint-condition {
color: #def7f5;
}
/* CSS Variables */
:root {
--palm-springs-splash:#1d8b7a;
--water-park:#4fb59f;
--light-capri-green:#8fd6c5;
--serendipity:#bae3da;
--mint-condition:#def7f5;
}