Color names in this palette
CSS code for this palette
/* CSS */
.hello-darkness-my-old-friend {
color: #7f1f7f;
}
.radiant-orchid {
color: #a85d9b;
}
.peach-buff {
color: #d09abd;
}
.sunburst {
color: #f2b87d;
}
.california-dreaming {
color: #e1c56b;
}
/* CSS Variables */
:root {
--hello-darkness-my-old-friend:#7f1f7f;
--radiant-orchid:#a85d9b;
--peach-buff:#d09abd;
--sunburst:#f2b87d;
--california-dreaming:#e1c56b;
}