Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #c9a86e;
}
.blockchain-gold {
color: #e6b951;
}
.glitter-yellow {
color: #f8d859;
}
.creamy-sweet-corn {
color: #f9c34e;
}
.bergamot-orange {
color: #f39e58;
}
/* CSS Variables */
:root {
--ginger-ale:#c9a86e;
--blockchain-gold:#e6b951;
--glitter-yellow:#f8d859;
--creamy-sweet-corn:#f9c34e;
--bergamot-orange:#f39e58;
}