Color names in this palette
CSS code for this palette
/* CSS */
.bastille {
color: #2e2a32;
}
.funkie-friday {
color: #4c3e48;
}
.vicarious-violet {
color: #6a4e62;
}
.pink-jazz {
color: #a06a8e;
}
.floss {
color: #d7b2b8;
}
/* CSS Variables */
:root {
--bastille:#2e2a32;
--funkie-friday:#4c3e48;
--vicarious-violet:#6a4e62;
--pink-jazz:#a06a8e;
--floss:#d7b2b8;
}