Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.dithered-sky {
color: #b8e0ff;
}
.grapefruit-pulp {
color: #ff6e61;
}
.just-peachy {
color: #f8c572;
}
.radiation-carrot {
color: #ffa142;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--dithered-sky:#b8e0ff;
--grapefruit-pulp:#ff6e61;
--just-peachy:#f8c572;
--radiation-carrot:#ffa142;
}