Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.twenty-carat {
color: #ffbe4d;
}
.goblin-warboss {
color: #4dff4d;
}
.adamantine-blue {
color: #4dafff;
}
.l-n-s-blue {
color: #4d4dff;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--twenty-carat:#ffbe4d;
--goblin-warboss:#4dff4d;
--adamantine-blue:#4dafff;
--l-n-s-blue:#4d4dff;
}