Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.maximum-yellow-red {
color: #f1b74b;
}
.dancing-daisy {
color: #f2c75a;
}
.ride-off-into-the-sunset {
color: #f2d069;
}
.themeda-japonica {
color: #e1b53d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--maximum-yellow-red:#f1b74b;
--dancing-daisy:#f2c75a;
--ride-off-into-the-sunset:#f2d069;
--themeda-japonica:#e1b53d;
}