Color names in this palette
CSS code for this palette
/* CSS */
.biscotti {
color: #d6c3a8;
}
.fortress {
color: #bfa68d;
}
.silken-raspberry {
color: #a57e8b;
}
.chicha-morada {
color: #80606e;
}
.purple-wineberry {
color: #5a3a58;
}
/* CSS Variables */
:root {
--biscotti:#d6c3a8;
--fortress:#bfa68d;
--silken-raspberry:#a57e8b;
--chicha-morada:#80606e;
--purple-wineberry:#5a3a58;
}