Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1f4d;
}
.nauseous-blue {
color: #4b3f83;
}
.pure-mauve {
color: #6b5091;
}
.ornate {
color: #7f6a9a;
}
.dechala-lilac {
color: #b4a0ca;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1f4d;
--nauseous-blue:#4b3f83;
--pure-mauve:#6b5091;
--ornate:#7f6a9a;
--dechala-lilac:#b4a0ca;
}