Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.lion-of-menecrates {
color: #f2a769;
}
.fruit-shake {
color: #f29c8c;
}
.lively-coral {
color: #e67b79;
}
.dragon-fruit {
color: #d75b69;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--lion-of-menecrates:#f2a769;
--fruit-shake:#f29c8c;
--lively-coral:#e67b79;
--dragon-fruit:#d75b69;
}