Color names in this palette
CSS code for this palette
/* CSS */
.magic-night {
color: #3a3d5a;
}
.twilight-dusk {
color: #5c5f7a;
}
.wisteria-light-soft-blue {
color: #a7a8c8;
}
.gotta-have-it {
color: #cfc1b4;
}
.delicate-lace {
color: #f2e5d4;
}
/* CSS Variables */
:root {
--magic-night:#3a3d5a;
--twilight-dusk:#5c5f7a;
--wisteria-light-soft-blue:#a7a8c8;
--gotta-have-it:#cfc1b4;
--delicate-lace:#f2e5d4;
}