Color names in this palette
CSS code for this palette
/* CSS */
.blue-genie {
color: #7366ff;
}
.periwinkle {
color: #8c7aff;
}
.widowmaker {
color: #9eadff;
}
.night-snow {
color: #b3c7ff;
}
.veiling-waterfalls {
color: #d6e4ff;
}
/* CSS Variables */
:root {
--blue-genie:#7366ff;
--periwinkle:#8c7aff;
--widowmaker:#9eadff;
--night-snow:#b3c7ff;
--veiling-waterfalls:#d6e4ff;
}