Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sun-crete {
color: #ff8c00;
}
.shocking-orange {
color: #ff6d1f;
}
.poppy-red {
color: #e63746;
}
.tidal {
color: #f1fa89;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sun-crete:#ff8c00;
--shocking-orange:#ff6d1f;
--poppy-red:#e63746;
--tidal:#f1fa89;
}