Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1c2d;
}
.winter-shadow {
color: #4f6c78;
}
.trisha-s-eyes {
color: #8db8c3;
}
.dress-up {
color: #f8c5bf;
}
.mandarin-red {
color: #e8493b;
}
/* CSS Variables */
:root {
--sambucus:#1a1c2d;
--winter-shadow:#4f6c78;
--trisha-s-eyes:#8db8c3;
--dress-up:#f8c5bf;
--mandarin-red:#e8493b;
}