Color names in this palette
CSS code for this palette
/* CSS */
.pinkadelic {
color: #c95e5e;
}
.botanical-tint {
color: #a7e2d5;
}
.overgrown-mausoleum {
color: #4e8a33;
}
.sunshine-mellow {
color: #f1c40e;
}
.kaihau-express {
color: #d14d00;
}
/* CSS Variables */
:root {
--pinkadelic:#c95e5e;
--botanical-tint:#a7e2d5;
--overgrown-mausoleum:#4e8a33;
--sunshine-mellow:#f1c40e;
--kaihau-express:#d14d00;
}