Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #9a5b99;
}
.giant-onion {
color: #6b5b9f;
}
.blue-square {
color: #4f8d9c;
}
.may-day {
color: #4fc9c9;
}
.butter-cream {
color: #f5b042;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#9a5b99;
--giant-onion:#6b5b9f;
--blue-square:#4f8d9c;
--may-day:#4fc9c9;
--butter-cream:#f5b042;
}