Color names in this palette
CSS code for this palette
/* CSS */
.curry {
color: #d6a42e;
}
.pasta-rasta {
color: #f0c770;
}
.durango-dust {
color: #f9e29f;
}
.american-yellow {
color: #f5b400;
}
.flambrosia {
color: #e6a400;
}
/* CSS Variables */
:root {
--curry:#d6a42e;
--pasta-rasta:#f0c770;
--durango-dust:#f9e29f;
--american-yellow:#f5b400;
--flambrosia:#e6a400;
}