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