Color names in this palette
CSS code for this palette
/* CSS */
.purple-toolbox {
color: #7666c7;
}
.brandywine-raspberry {
color: #5c50aa;
}
.nauseous-blue {
color: #4c3d8a;
}
.lilac-pink {
color: #bf9dcd;
}
.brik-dough {
color: #d8b57d;
}
/* CSS Variables */
:root {
--purple-toolbox:#7666c7;
--brandywine-raspberry:#5c50aa;
--nauseous-blue:#4c3d8a;
--lilac-pink:#bf9dcd;
--brik-dough:#d8b57d;
}