Color names in this palette
CSS code for this palette
/* CSS */
.enjoyable-yellow {
color: #f6d6a7;
}
.golden-oat-coloured {
color: #eac090;
}
.wooden-sword {
color: #dfaf7c;
}
.amber-autumn {
color: #c99e69;
}
.allegro {
color: #b58a5a;
}
/* CSS Variables */
:root {
--enjoyable-yellow:#f6d6a7;
--golden-oat-coloured:#eac090;
--wooden-sword:#dfaf7c;
--amber-autumn:#c99e69;
--allegro:#b58a5a;
}