Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.carrot {
color: #ff713d;
}
.grenadier {
color: #c74938;
}
.warrior-queen {
color: #a52c4a;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--carrot:#ff713d;
--grenadier:#c74938;
--warrior-queen:#a52c4a;
}