Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.valley-of-fire {
color: #ff8b47;
}
.bruschetta-tomato {
color: #ff6347;
}
.carmine {
color: #d60032;
}
.heliotrope-magenta {
color: #a400b3;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--valley-of-fire:#ff8b47;
--bruschetta-tomato:#ff6347;
--carmine:#d60032;
--heliotrope-magenta:#a400b3;
}