Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5b3e8e;
}
.heath-spotted-orchid {
color: #a35c9c;
}
.tickled-pink {
color: #f2a6c2;
}
.trapunto {
color: #f6eab6;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--daisy-bush:#5b3e8e;
--heath-spotted-orchid:#a35c9c;
--tickled-pink:#f2a6c2;
--trapunto:#f6eab6;
--creamy-sweet-corn:#f9c54e;
}