Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.floral-leaf {
color: #ffb84d;
}
.fuzzy-duckling {
color: #ffe96b;
}
.hanuman-green {
color: #4dffb2;
}
.blue-chaos {
color: #4d9dff;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--floral-leaf:#ffb84d;
--fuzzy-duckling:#ffe96b;
--hanuman-green:#4dffb2;
--blue-chaos:#4d9dff;
}