CSS code for this palette
/* CSS */
.victorian-gold {
color: #a17b3a;
}
.old-gold {
color: #d3b23c;
}
.crazy {
color: #e9c73f;
}
.yellow-petal {
color: #f2e450;
}
.shalimar {
color: #f8f4aa;
}
/* CSS Variables */
:root {
--victorian-gold:#a17b3a;
--old-gold:#d3b23c;
--crazy:#e9c73f;
--yellow-petal:#f2e450;
--shalimar:#f8f4aa;
}