Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d9a6c1;
}
.syrian-violet {
color: #e1c5e7;
}
.bad-moon-yellow {
color: #f2e6b5;
}
.maximum-yellow-red {
color: #f0ba4c;
}
.goku-orange {
color: #f07e3d;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d9a6c1;
--syrian-violet:#e1c5e7;
--bad-moon-yellow:#f2e6b5;
--maximum-yellow-red:#f0ba4c;
--goku-orange:#f07e3d;
}