Color names in this palette
CSS code for this palette
/* CSS */
.konkiky-blue {
color: #1c1c3f;
}
.overcast-night {
color: #40406d;
}
.dusted-peri {
color: #6b6b9e;
}
.simply-violet {
color: #a4a4e0;
}
.kanz-orange {
color: #ff8e3d;
}
/* CSS Variables */
:root {
--konkiky-blue:#1c1c3f;
--overcast-night:#40406d;
--dusted-peri:#6b6b9e;
--simply-violet:#a4a4e0;
--kanz-orange:#ff8e3d;
}