Color names in this palette
CSS code for this palette
/* CSS */
.magic-night {
color: #3a3b5a;
}
.grape-haze {
color: #5d6a89;
}
.forever-blue {
color: #8b9bb6;
}
.simply-sparkling {
color: #b1c5e2;
}
.alice-blue {
color: #f0f7ff;
}
/* CSS Variables */
:root {
--magic-night:#3a3b5a;
--grape-haze:#5d6a89;
--forever-blue:#8b9bb6;
--simply-sparkling:#b1c5e2;
--alice-blue:#f0f7ff;
}