Color names in this palette
CSS code for this palette
/* CSS */
.clematis-blue {
color: #3f3b8c;
}
.blue-marguerite {
color: #605db6;
}
.tanzine {
color: #797de2;
}
.maximum-blue-purple {
color: #a1aae8;
}
.light-periwinkle {
color: #c3c6f4;
}
/* CSS Variables */
:root {
--clematis-blue:#3f3b8c;
--blue-marguerite:#605db6;
--tanzine:#797de2;
--maximum-blue-purple:#a1aae8;
--light-periwinkle:#c3c6f4;
}