Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #9c5e99;
}
.pastel-magenta {
color: #f3a0c5;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#9c5e99;
--pastel-magenta:#f3a0c5;
--enjoyable-yellow:#f6d6a7;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}