Color names in this palette
CSS code for this palette
/* CSS */
.fennel-tea {
color: #d2f4e1;
}
.vidalia {
color: #9fdfd7;
}
.water-wings {
color: #7ed3c6;
}
.arctic-green {
color: #4bb9b7;
}
.aqua-velvet {
color: #009e9b;
}
/* CSS Variables */
:root {
--fennel-tea:#d2f4e1;
--vidalia:#9fdfd7;
--water-wings:#7ed3c6;
--arctic-green:#4bb9b7;
--aqua-velvet:#009e9b;
}