Color names in this palette
CSS code for this palette
/* CSS */
.pool-green {
color: #00b39b;
}
.vic-20-green {
color: #8fdc8f;
}
.sugar-mint {
color: #c1e6c4;
}
.white-sulfur {
color: #f0f9e7;
}
.herbal-tea {
color: #f7ffeb;
}
/* CSS Variables */
:root {
--pool-green:#00b39b;
--vic-20-green:#8fdc8f;
--sugar-mint:#c1e6c4;
--white-sulfur:#f0f9e7;
--herbal-tea:#f7ffeb;
}