Color names in this palette
CSS code for this palette
/* CSS */
.jasper {
color: #d93a3d;
}
.peach-bud {
color: #f9b1ae;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.eternal-summer {
color: #f5e400;
}
.inchworm {
color: #b6e95d;
}
/* CSS Variables */
:root {
--jasper:#d93a3d;
--peach-bud:#f9b1ae;
--solar-plexus-chakra:#f1c84b;
--eternal-summer:#f5e400;
--inchworm:#b6e95d;
}