Color names in this palette
CSS code for this palette
/* CSS */
.bermuda-onion {
color: #a35c93;
}
.perfect-pink {
color: #e7b4b1;
}
.vanilla {
color: #f3e4aa;
}
.witty-green {
color: #b9db99;
}
.dusty-jade-green {
color: #6aaf99;
}
/* CSS Variables */
:root {
--bermuda-onion:#a35c93;
--perfect-pink:#e7b4b1;
--vanilla:#f3e4aa;
--witty-green:#b9db99;
--dusty-jade-green:#6aaf99;
}