Color names in this palette
CSS code for this palette
/* CSS */
.night-in-manchester {
color: #4051b5;
}
.bluish-purple-anemone {
color: #5d6cc0;
}
.fuchsia-blue {
color: #7e56c2;
}
.sappanwood {
color: #9e3d3d;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--night-in-manchester:#4051b5;
--bluish-purple-anemone:#5d6cc0;
--fuchsia-blue:#7e56c2;
--sappanwood:#9e3d3d;
--floral-leaf:#ffb84d;
}