Color names in this palette
CSS code for this palette
/* CSS */
.spring-grass {
color: #d9c87d;
}
.credo {
color: #d6ba3d;
}
.sun-dial {
color: #c3a037;
}
.faint-green {
color: #a4882d;
}
.olde-world-gold {
color: #8f6b3d;
}
/* CSS Variables */
:root {
--spring-grass:#d9c87d;
--credo:#d6ba3d;
--sun-dial:#c3a037;
--faint-green:#a4882d;
--olde-world-gold:#8f6b3d;
}