Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1e4d;
}
.torea-bay {
color: #393979;
}
.bluish-purple-anemone {
color: #6969bf;
}
.enchanted-lavender {
color: #b8a2e6;
}
.red-mull {
color: #ff8a8a;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1e4d;
--torea-bay:#393979;
--bluish-purple-anemone:#6969bf;
--enchanted-lavender:#b8a2e6;
--red-mull:#ff8a8a;
}