Color names in this palette
CSS code for this palette
/* CSS */
.beaded-blue {
color: #4c4d90;
}
.lavish-spending {
color: #8a69bf;
}
.princess {
color: #f1a7b4;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.mango-tango {
color: #ff7e3d;
}
/* CSS Variables */
:root {
--beaded-blue:#4c4d90;
--lavish-spending:#8a69bf;
--princess:#f1a7b4;
--creamy-sweet-corn:#f6c54c;
--mango-tango:#ff7e3d;
}