Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a35c98;
}
.think-pink {
color: #e8a1c1;
}
.forsythia-blossom {
color: #f5d870;
}
.squash-blossom {
color: #f6b83c;
}
.hamburger {
color: #a74d2a;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a35c98;
--think-pink:#e8a1c1;
--forsythia-blossom:#f5d870;
--squash-blossom:#f6b83c;
--hamburger:#a74d2a;
}