Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #9a5c9d;
}
.little-bow-pink {
color: #d57b99;
}
.pink-mimosa {
color: #f6b6a7;
}
.messinesi {
color: #fde2bf;
}
.glitter-yellow {
color: #f9d75d;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#9a5c9d;
--little-bow-pink:#d57b99;
--pink-mimosa:#f6b6a7;
--messinesi:#fde2bf;
--glitter-yellow:#f9d75d;
}