Color names in this palette
CSS code for this palette
/* CSS */
.bluish-purple-anemone {
color: #5d6cc0;
}
.night-in-manchester {
color: #4051b5;
}
.karimun-blue {
color: #2094f3;
}
.vivid-cerulean {
color: #02a6f2;
}
.maldives {
color: #00bdd6;
}
/* CSS Variables */
:root {
--bluish-purple-anemone:#5d6cc0;
--night-in-manchester:#4051b5;
--karimun-blue:#2094f3;
--vivid-cerulean:#02a6f2;
--maldives:#00bdd6;
}