Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #cdaa6a;
}
.georgian-yellow {
color: #d59a4d;
}
.dairy-made {
color: #efb13e;
}
.mulberry-thorn {
color: #c67d2a;
}
.mid-century-furniture {
color: #ab5a1c;
}
/* CSS Variables */
:root {
--ginger-ale:#cdaa6a;
--georgian-yellow:#d59a4d;
--dairy-made:#efb13e;
--mulberry-thorn:#c67d2a;
--mid-century-furniture:#ab5a1c;
}