Color names in this palette
CSS code for this palette
/* CSS */
.raw-sugar {
color: #d7c9b2;
}
.paper-lantern {
color: #f2e1c4;
}
.first-date {
color: #f4b39f;
}
.tango-pink {
color: #e3807d;
}
.horror-snob {
color: #d44c49;
}
/* CSS Variables */
:root {
--raw-sugar:#d7c9b2;
--paper-lantern:#f2e1c4;
--first-date:#f4b39f;
--tango-pink:#e3807d;
--horror-snob:#d44c49;
}