Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d9b6e2;
}
.violet-velvet {
color: #b99cdd;
}
.moody-blue {
color: #8a7cd0;
}
.loch-ness {
color: #5d6db6;
}
.beaded-blue {
color: #4a4e8c;
}
/* CSS Variables */
:root {
--pretty-petunia:#d9b6e2;
--violet-velvet:#b99cdd;
--moody-blue:#8a7cd0;
--loch-ness:#5d6db6;
--beaded-blue:#4a4e8c;
}