Color names in this palette
CSS code for this palette
/* CSS */
.waterfall {
color: #3bb09e;
}
.peppy-peacock {
color: #4dd1b7;
}
.menthol-kiss {
color: #a3e1d5;
}
.yellow-tulip {
color: #f4d171;
}
.flame-orange {
color: #f78c22;
}
/* CSS Variables */
:root {
--waterfall:#3bb09e;
--peppy-peacock:#4dd1b7;
--menthol-kiss:#a3e1d5;
--yellow-tulip:#f4d171;
--flame-orange:#f78c22;
}