Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.sweet-mandarin {
color: #d45e3a;
}
.perkin-mauve {
color: #7b3e8e;
}
.sea-loch {
color: #6b9bd6;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--sweet-mandarin:#d45e3a;
--perkin-mauve:#7b3e8e;
--sea-loch:#6b9bd6;
}