Color names in this palette
CSS code for this palette
/* CSS */
.artemis {
color: #d5a66d;
}
.radome-tan {
color: #f0c89e;
}
.yellow-essence {
color: #fbe2b6;
}
.cor-de-pele {
color: #f4c3c3;
}
.tonys-pink {
color: #e69f89;
}
/* CSS Variables */
:root {
--artemis:#d5a66d;
--radome-tan:#f0c89e;
--yellow-essence:#fbe2b6;
--cor-de-pele:#f4c3c3;
--tonys-pink:#e69f89;
}