Color names in this palette
CSS code for this palette
/* CSS */
.envious-pastel {
color: #daf7c5;
}
.fringy-flower {
color: #b3e5ba;
}
.peppy {
color: #6dd9b5;
}
.waterfall {
color: #3cb4a4;
}
.waikiki {
color: #1f8a98;
}
/* CSS Variables */
:root {
--envious-pastel:#daf7c5;
--fringy-flower:#b3e5ba;
--peppy:#6dd9b5;
--waterfall:#3cb4a4;
--waikiki:#1f8a98;
}