Color names in this palette
CSS code for this palette
/* CSS */
.last-sunlight {
color: #e2b83c;
}
.glitzy-gold {
color: #d69e2e;
}
.gentleman-s-whiskey {
color: #c68a2f;
}
.sudan-brown {
color: #c3752c;
}
.scarecrow-frown {
color: #a55a2c;
}
/* CSS Variables */
:root {
--last-sunlight:#e2b83c;
--glitzy-gold:#d69e2e;
--gentleman-s-whiskey:#c68a2f;
--sudan-brown:#c3752c;
--scarecrow-frown:#a55a2c;
}