Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4a3c90;
}
.blue-marguerite {
color: #6a5bae;
}
.faraway-sky {
color: #8e7ec4;
}
.violet-velvet {
color: #b29dd8;
}
.pretty-petunia {
color: #d5b1e2;
}
/* CSS Variables */
:root {
--blue-gem:#4a3c90;
--blue-marguerite:#6a5bae;
--faraway-sky:#8e7ec4;
--violet-velvet:#b29dd8;
--pretty-petunia:#d5b1e2;
}