Color names in this palette
CSS code for this palette
/* CSS */
.venetian-nights {
color: #7c4dff;
}
.royalty {
color: #5e35b1;
}
.night-in-manchester {
color: #4051b5;
}
.bright-navy-blue {
color: #1975d2;
}
.vivid-cerulean {
color: #02a6f2;
}
/* CSS Variables */
:root {
--venetian-nights:#7c4dff;
--royalty:#5e35b1;
--night-in-manchester:#4051b5;
--bright-navy-blue:#1975d2;
--vivid-cerulean:#02a6f2;
}