Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f8d34f;
}
.xanthous {
color: #f2b531;
}
.dried-goldenrod {
color: #e6a92d;
}
.tiger-king {
color: #d69824;
}
.auric {
color: #c28e1e;
}
/* CSS Variables */
:root {
--westfall-yellow:#f8d34f;
--xanthous:#f2b531;
--dried-goldenrod:#e6a92d;
--tiger-king:#d69824;
--auric:#c28e1e;
}