Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.just-peachy {
color: #f8c572;
}
.storm-lightning {
color: #f9e79f;
}
.sweet-lilac {
color: #eab8d1;
}
.plum-point {
color: #d6bce1;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--just-peachy:#f8c572;
--storm-lightning:#f9e79f;
--sweet-lilac:#eab8d1;
--plum-point:#d6bce1;
}