Color names in this palette
CSS code for this palette
/* CSS */
.greenbrier {
color: #4b9b6c;
}
.crazy-eyes {
color: #5fb48a;
}
.gem-silica {
color: #76c6a1;
}
.southern-belle {
color: #a4d5c3;
}
.cool-icicle {
color: #e1efe7;
}
/* CSS Variables */
:root {
--greenbrier:#4b9b6c;
--crazy-eyes:#5fb48a;
--gem-silica:#76c6a1;
--southern-belle:#a4d5c3;
--cool-icicle:#e1efe7;
}