Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a55f9b;
}
.pretty-petunia {
color: #d5b1e7;
}
.rapture-blue {
color: #a4d6df;
}
.icy-lemonade {
color: #f6e8b1;
}
.barbarian {
color: #f28a5a;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a55f9b;
--pretty-petunia:#d5b1e7;
--rapture-blue:#a4d6df;
--icy-lemonade:#f6e8b1;
--barbarian:#f28a5a;
}