Color names in this palette
CSS code for this palette
/* CSS */
.aloeswood {
color: #6a3f2f;
}
.indochine {
color: #9d5c34;
}
.flickering-gold {
color: #c7a46b;
}
.mac-n-cheese {
color: #e7b16e;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--aloeswood:#6a3f2f;
--indochine:#9d5c34;
--flickering-gold:#c7a46b;
--mac-n-cheese:#e7b16e;
--marigold-dust:#f4cf3e;
}