Color names in this palette
CSS code for this palette
/* CSS */
.sepia-black {
color: #2c0202;
}
.tobi-brown {
color: #4a1c1c;
}
.alden-till {
color: #7c4b4b;
}
.brandy-snaps {
color: #b18b8b;
}
.fairy-floss {
color: #eac8c8;
}
/* CSS Variables */
:root {
--sepia-black:#2c0202;
--tobi-brown:#4a1c1c;
--alden-till:#7c4b4b;
--brandy-snaps:#b18b8b;
--fairy-floss:#eac8c8;
}