Color names in this palette
CSS code for this palette
/* CSS */
.bee {
color: #f3b653;
}
.apricot-sorbet {
color: #e5a75d;
}
.balcony-sunset {
color: #d68d6b;
}
.impatient-heart {
color: #c57c7e;
}
.pinky-pickle {
color: #b76c8c;
}
/* CSS Variables */
:root {
--bee:#f3b653;
--apricot-sorbet:#e5a75d;
--balcony-sunset:#d68d6b;
--impatient-heart:#c57c7e;
--pinky-pickle:#b76c8c;
}