Color names in this palette
CSS code for this palette
/* CSS */
.silent-ripple {
color: #a8e1db;
}
.illicit-green {
color: #60fba0;
}
.tealish {
color: #2ac0a7;
}
.tropical-hideaway {
color: #1aa89c;
}
.belly-flop {
color: #00807d;
}
/* CSS Variables */
:root {
--silent-ripple:#a8e1db;
--illicit-green:#60fba0;
--tealish:#2ac0a7;
--tropical-hideaway:#1aa89c;
--belly-flop:#00807d;
}