Color names in this palette
CSS code for this palette
/* CSS */
.waterfall {
color: #3cafa3;
}
.peppy {
color: #6dd9b7;
}
.weekend-gardener {
color: #9fe5b0;
}
.lasting-thoughts {
color: #d0e8b0;
}
.milk-foam {
color: #f5fce8;
}
/* CSS Variables */
:root {
--waterfall:#3cafa3;
--peppy:#6dd9b7;
--weekend-gardener:#9fe5b0;
--lasting-thoughts:#d0e8b0;
--milk-foam:#f5fce8;
}