Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.spicy-sweetcorn {
color: #f5a700;
}
.hotter-butter {
color: #e68e00;
}
.mountain-ash {
color: #d17000;
}
.crema {
color: #c25e00;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--spicy-sweetcorn:#f5a700;
--hotter-butter:#e68e00;
--mountain-ash:#d17000;
--crema:#c25e00;
}