Color names in this palette
CSS code for this palette
/* CSS */
.blood-orange {
color: #d1001c;
}
.devil-s-grass {
color: #4cae4f;
}
.arctic-paradise {
color: #b6e6fc;
}
.hollandaise {
color: #ffec3d;
}
.smashing-pumpkins {
color: #ff5724;
}
/* CSS Variables */
:root {
--blood-orange:#d1001c;
--devil-s-grass:#4cae4f;
--arctic-paradise:#b6e6fc;
--hollandaise:#ffec3d;
--smashing-pumpkins:#ff5724;
}