Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592c90;
}
.fading-horizon {
color: #3f1c6d;
}
.grey {
color: #808080;
}
.carbon-fiber {
color: #2e2e2e;
}
.ariel-s-delight {
color: #b3a5d4;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592c90;
--fading-horizon:#3f1c6d;
--grey:#808080;
--carbon-fiber:#2e2e2e;
--ariel-s-delight:#b3a5d4;
}