Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.hawaiian-passion {
color: #ff9e3d;
}
.extreme-carrot {
color: #ff702e;
}
.fusion-red {
color: #ff5c61;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--hawaiian-passion:#ff9e3d;
--extreme-carrot:#ff702e;
--fusion-red:#ff5c61;
--coquelicot:#ff3c00;
}