Color names in this palette
CSS code for this palette
/* CSS */
.gentian-blue {
color: #1f1f98;
}
.circumorbital-ring {
color: #5d5dbb;
}
.water-hyacinth {
color: #a3a3d2;
}
.va-va-voom {
color: #e6b54c;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--gentian-blue:#1f1f98;
--circumorbital-ring:#5d5dbb;
--water-hyacinth:#a3a3d2;
--va-va-voom:#e6b54c;
--vampire-red:#d63f2e;
}