Color names in this palette
CSS code for this palette
/* CSS */
.ungor-beige {
color: #d8a869;
}
.linden-green {
color: #c6b76c;
}
.mint-circle {
color: #a5cfaa;
}
.estuary-blue {
color: #6da2b6;
}
.cape-lee {
color: #4e808d;
}
/* CSS Variables */
:root {
--ungor-beige:#d8a869;
--linden-green:#c6b76c;
--mint-circle:#a5cfaa;
--estuary-blue:#6da2b6;
--cape-lee:#4e808d;
}