Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-blue {
color: #7b5dbb;
}
.soft-purple {
color: #a66cbc;
}
.moonlit-mauve {
color: #d090b2;
}
.exciting-orange {
color: #f1af79;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--fuchsia-blue:#7b5dbb;
--soft-purple:#a66cbc;
--moonlit-mauve:#d090b2;
--exciting-orange:#f1af79;
--creamy-sweet-corn:#f9c54e;
}