Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.burning-orange {
color: #ff7024;
}
.tan-red {
color: #ff4b1f;
}
.red-card {
color: #ff381a;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--burning-orange:#ff7024;
--tan-red:#ff4b1f;
--red-card:#ff381a;
}