Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.queen-s {
color: #7a6b9e;
}
.forever-lilac {
color: #b0a4c6;
}
.sugar-shack {
color: #efd5b8;
}
.spirit-warrior {
color: #d9513f;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--queen-s:#7a6b9e;
--forever-lilac:#b0a4c6;
--sugar-shack:#efd5b8;
--spirit-warrior:#d9513f;
}