Color names in this palette
CSS code for this palette
/* CSS */
.christmas-brown {
color: #5c2e2e;
}
.escalante {
color: #a65e5e;
}
.pink-slip {
color: #d58b8b;
}
.brain-pink {
color: #f2b1b1;
}
.ballet {
color: #f8d3d3;
}
/* CSS Variables */
:root {
--christmas-brown:#5c2e2e;
--escalante:#a65e5e;
--pink-slip:#d58b8b;
--brain-pink:#f2b1b1;
--ballet:#f8d3d3;
}