Color names in this palette
CSS code for this palette
/* CSS */
.golden-apricot {
color: #d9a74a;
}
.river-of-gold {
color: #e3b75f;
}
.golden-lion {
color: #f1c86f;
}
.milky-maize {
color: #f9d89f;
}
.friendly-yellow {
color: #f6e1b1;
}
/* CSS Variables */
:root {
--golden-apricot:#d9a74a;
--river-of-gold:#e3b75f;
--golden-lion:#f1c86f;
--milky-maize:#f9d89f;
--friendly-yellow:#f6e1b1;
}