Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4f;
}
.joyful-orange {
color: #fc923b;
}
.salmon-eggs {
color: #f9d55d;
}
.turquoise-tower {
color: #a8e6cf;
}
.maximum-green-yellow {
color: #dce359;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4f;
--joyful-orange:#fc923b;
--salmon-eggs:#f9d55d;
--turquoise-tower:#a8e6cf;
--maximum-green-yellow:#dce359;
}