Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.floral-leaf {
color: #ffb84d;
}
.fuzzy-duckling {
color: #ffe96b;
}
.crystal-green {
color: #a2d779;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--floral-leaf:#ffb84d;
--fuzzy-duckling:#ffe96b;
--crystal-green:#a2d779;
--grapefruit-pulp:#ff6e61;
}