Color names in this palette
CSS code for this palette
/* CSS */
.tiffany-light {
color: #fde5b4;
}
.reddish-banana {
color: #fbbe89;
}
.hot-orange {
color: #f58a3d;
}
.sweet-mandarin {
color: #d45c3a;
}
.floriography {
color: #a9424c;
}
/* CSS Variables */
:root {
--tiffany-light:#fde5b4;
--reddish-banana:#fbbe89;
--hot-orange:#f58a3d;
--sweet-mandarin:#d45c3a;
--floriography:#a9424c;
}