Color names in this palette
CSS code for this palette
/* CSS */
.tristesse {
color: #0a0f1f;
}
.india-ink {
color: #3c3f4e;
}
.canyon-verde {
color: #8b7e5b;
}
.yellow-tulip {
color: #f6d16a;
}
.hot-shot {
color: #e94e2b;
}
/* CSS Variables */
:root {
--tristesse:#0a0f1f;
--india-ink:#3c3f4e;
--canyon-verde:#8b7e5b;
--yellow-tulip:#f6d16a;
--hot-shot:#e94e2b;
}