Color names in this palette
CSS code for this palette
/* CSS */
.bloodsport {
color: #b92d3b;
}
.ebizome-purple {
color: #6e2b50;
}
.sailboat {
color: #2f4e6f;
}
.glimpse {
color: #4ab8c9;
}
.chaos-black {
color: #100f10;
}
/* CSS Variables */
:root {
--bloodsport:#b92d3b;
--ebizome-purple:#6e2b50;
--sailboat:#2f4e6f;
--glimpse:#4ab8c9;
--chaos-black:#100f10;
}