Color names in this palette
CSS code for this palette
/* CSS */
.water-leaf {
color: #b6ece0;
}
.vidalia {
color: #9fdbd3;
}
.blue-green-gem {
color: #7ac7c5;
}
.crystalsong-blue {
color: #4ab3b5;
}
.sea-fantasy {
color: #1e8f8f;
}
/* CSS Variables */
:root {
--water-leaf:#b6ece0;
--vidalia:#9fdbd3;
--blue-green-gem:#7ac7c5;
--crystalsong-blue:#4ab3b5;
--sea-fantasy:#1e8f8f;
}