Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.floral-leaf {
color: #ffb84d;
}
.thallium-flame {
color: #4dff8b;
}
.adamantine-blue {
color: #4dafff;
}
.vega-violet {
color: #a64dff;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--floral-leaf:#ffb84d;
--thallium-flame:#4dff8b;
--adamantine-blue:#4dafff;
--vega-violet:#a64dff;
}