Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.vampire-bite {
color: #c70038;
}
.manually-pressed-grapes {
color: #920c3f;
}
.violet-carmine {
color: #581845;
}
.gentian-blue {
color: #311b93;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--vampire-bite:#c70038;
--manually-pressed-grapes:#920c3f;
--violet-carmine:#581845;
--gentian-blue:#311b93;
}