Color names in this palette
CSS code for this palette
/* CSS */
.great-gazoo {
color: #5aa06e;
}
.coral-springs {
color: #add4ab;
}
.board-batten {
color: #ede7d4;
}
.tan {
color: #d7b370;
}
.golden-patina {
color: #e2a774;
}
/* CSS Variables */
:root {
--great-gazoo:#5aa06e;
--coral-springs:#add4ab;
--board-batten:#ede7d4;
--tan:#d7b370;
--golden-patina:#e2a774;
}