Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.exotic-flower {
color: #ffa04d;
}
.tuscan-sun {
color: #ffd84d;
}
.goblin-warboss {
color: #4dff4d;
}
.adamantine-blue {
color: #4dafff;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--exotic-flower:#ffa04d;
--tuscan-sun:#ffd84d;
--goblin-warboss:#4dff4d;
--adamantine-blue:#4dafff;
}