Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a25d9d;
}
.pretty-petunia {
color: #dab9e4;
}
.lavender-soap {
color: #f1c1e6;
}
.phoenix-fossil {
color: #f6d89d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a25d9d;
--pretty-petunia:#dab9e4;
--lavender-soap:#f1c1e6;
--phoenix-fossil:#f6d89d;
--grapefruit-pulp:#ff6e61;
}