Color names in this palette
CSS code for this palette
/* CSS */
.palm-springs-splash {
color: #1e8a7c;
}
.waterfall {
color: #3db39f;
}
.peppy-peacock {
color: #56d2b5;
}
.menthol-kiss {
color: #a2e6d4;
}
.unbleached {
color: #faf9f5;
}
/* CSS Variables */
:root {
--palm-springs-splash:#1e8a7c;
--waterfall:#3db39f;
--peppy-peacock:#56d2b5;
--menthol-kiss:#a2e6d4;
--unbleached:#faf9f5;
}