Color names in this palette
CSS code for this palette
/* CSS */
.palm-springs-splash {
color: #1f897d;
}
.waterfall {
color: #3cb4a0;
}
.peppy {
color: #6cd5b4;
}
.asparagus-yellow {
color: #dac88b;
}
.hot-sun {
color: #fab829;
}
/* CSS Variables */
:root {
--palm-springs-splash:#1f897d;
--waterfall:#3cb4a0;
--peppy:#6cd5b4;
--asparagus-yellow:#dac88b;
--hot-sun:#fab829;
}