Color names in this palette
CSS code for this palette
/* CSS */
.crusade-king {
color: #d8c469;
}
.luxurious {
color: #d5b95d;
}
.brassed-off {
color: #d4a540;
}
.fashion-yellow {
color: #e9c03a;
}
.dried-goldenrod {
color: #e6a92d;
}
/* CSS Variables */
:root {
--crusade-king:#d8c469;
--luxurious:#d5b95d;
--brassed-off:#d4a540;
--fashion-yellow:#e9c03a;
--dried-goldenrod:#e6a92d;
}