Color names in this palette
CSS code for this palette
/* CSS */
.gentian-blue {
color: #1f1f98;
}
.chinese-bellflower {
color: #4e4eb7;
}
.tanzine {
color: #7b7bdb;
}
.shy-moment {
color: #a3a3ff;
}
.light-periwinkle {
color: #c7c7ff;
}
/* CSS Variables */
:root {
--gentian-blue:#1f1f98;
--chinese-bellflower:#4e4eb7;
--tanzine:#7b7bdb;
--shy-moment:#a3a3ff;
--light-periwinkle:#c7c7ff;
}