Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #c9a86e;
}
.caramelo-dulce {
color: #d89a6e;
}
.pyramid-gold {
color: #e3b672;
}
.golden-thread {
color: #e9c67c;
}
.peach-patch {
color: #f3d6a0;
}
/* CSS Variables */
:root {
--ginger-ale:#c9a86e;
--caramelo-dulce:#d89a6e;
--pyramid-gold:#e3b672;
--golden-thread:#e9c67c;
--peach-patch:#f3d6a0;
}