Color names in this palette
CSS code for this palette
/* CSS */
.ride-off-into-the-sunset {
color: #f3d05e;
}
.squash-blossom {
color: #f6b83c;
}
.sun-orange {
color: #f47b1f;
}
.exuberance {
color: #d65d00;
}
.cinnamon-bun {
color: #a84c00;
}
/* CSS Variables */
:root {
--ride-off-into-the-sunset:#f3d05e;
--squash-blossom:#f6b83c;
--sun-orange:#f47b1f;
--exuberance:#d65d00;
--cinnamon-bun:#a84c00;
}