Color names in this palette
CSS code for this palette
/* CSS */
.ninjin-orange {
color: #e2a86e;
}
.warming-heart {
color: #d44f3a;
}
.vicious-violet {
color: #8c4e97;
}
.slate-blue {
color: #5c7d99;
}
.antique-wicker-basket {
color: #f2d4a1;
}
/* CSS Variables */
:root {
--ninjin-orange:#e2a86e;
--warming-heart:#d44f3a;
--vicious-violet:#8c4e97;
--slate-blue:#5c7d99;
--antique-wicker-basket:#f2d4a1;
}