Color names in this palette
CSS code for this palette
/* CSS */
.seasonal-beige {
color: #e9b79f;
}
.cream-blush {
color: #f7c297;
}
.lion-of-menecrates {
color: #f1a76a;
}
.ginger-beer {
color: #c77d38;
}
.guitar {
color: #6a4b39;
}
/* CSS Variables */
:root {
--seasonal-beige:#e9b79f;
--cream-blush:#f7c297;
--lion-of-menecrates:#f1a76a;
--ginger-beer:#c77d38;
--guitar:#6a4b39;
}