Color names in this palette
CSS code for this palette
/* CSS */
.kuwazome-red {
color: #5a2a2e;
}
.ginger-jar {
color: #c6a15d;
}
.eerie-black {
color: #1c1c1c;
}
.white {
color: #ffffff;
}
.hydrangea-pink {
color: #e4b9c9;
}
/* CSS Variables */
:root {
--kuwazome-red:#5a2a2e;
--ginger-jar:#c6a15d;
--eerie-black:#1c1c1c;
--white:#ffffff;
--hydrangea-pink:#e4b9c9;
}