Color names in this palette
CSS code for this palette
/* CSS */
.exotic-violet {
color: #e8a1d0;
}
.chapel-blue {
color: #b2d1e6;
}
.yellow-wax-pepper {
color: #f0e6b7;
}
.frugal {
color: #a9d6b3;
}
.rogue-pink {
color: #f6a7c1;
}
/* CSS Variables */
:root {
--exotic-violet:#e8a1d0;
--chapel-blue:#b2d1e6;
--yellow-wax-pepper:#f0e6b7;
--frugal:#a9d6b3;
--rogue-pink:#f6a7c1;
}