Color names in this palette
CSS code for this palette
/* CSS */
.fresco-green {
color: #80d6b3;
}
.dragon-bay {
color: #5ea6a0;
}
.flounce {
color: #4a878c;
}
.lake-stream {
color: #3c6c80;
}
.celestial-blue {
color: #2e4c6b;
}
/* CSS Variables */
:root {
--fresco-green:#80d6b3;
--dragon-bay:#5ea6a0;
--flounce:#4a878c;
--lake-stream:#3c6c80;
--celestial-blue:#2e4c6b;
}