Color names in this palette
CSS code for this palette
/* CSS */
.spring-wisteria {
color: #d1a3e0;
}
.clear-mauve {
color: #796bb3;
}
.twilight {
color: #4e4f8d;
}
.deep-ultramarine {
color: #3b4b91;
}
.kings-of-sea {
color: #2a889d;
}
/* CSS Variables */
:root {
--spring-wisteria:#d1a3e0;
--clear-mauve:#796bb3;
--twilight:#4e4f8d;
--deep-ultramarine:#3b4b91;
--kings-of-sea:#2a889d;
}