Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.dream-of-spring {
color: #f6d12c;
}
.goldfinch {
color: #f9e25d;
}
.lady-banksia {
color: #fce6a6;
}
.hot-butter {
color: #e6a100;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--dream-of-spring:#f6d12c;
--goldfinch:#f9e25d;
--lady-banksia:#fce6a6;
--hot-butter:#e6a100;
}