Color names in this palette
CSS code for this palette
/* CSS */
.beaded-blue {
color: #4b4c8b;
}
.faraway-sky {
color: #8c7dc5;
}
.royal-marquis {
color: #4f5e9c;
}
.opal-violet {
color: #7d8fba;
}
.pretty-petunia {
color: #d1b6e2;
}
/* CSS Variables */
:root {
--beaded-blue:#4b4c8b;
--faraway-sky:#8c7dc5;
--royal-marquis:#4f5e9c;
--opal-violet:#7d8fba;
--pretty-petunia:#d1b6e2;
}