Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.spirit-warrior {
color: #d9513f;
}
.plum-dust {
color: #a94c93;
}
.emperor-jewel {
color: #705b8b;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--grapefruit-pulp:#ff6e61;
--spirit-warrior:#d9513f;
--plum-dust:#a94c93;
--emperor-jewel:#705b8b;
}