Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.sorreno-lemon {
color: #f5cf5b;
}
.yellow-tulip {
color: #f4d171;
}
.western-sunrise {
color: #e0a26c;
}
.reikland {
color: #d06a4e;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--sorreno-lemon:#f5cf5b;
--yellow-tulip:#f4d171;
--western-sunrise:#e0a26c;
--reikland:#d06a4e;
}