Color names in this palette
CSS code for this palette
/* CSS */
.truffle {
color: #c3a88d;
}
.budding-peach {
color: #f2d5c0;
}
.mystic-tulip {
color: #f9b49f;
}
.shell-pink {
color: #f77e7e;
}
.sweet-cherry {
color: #a34d4d;
}
/* CSS Variables */
:root {
--truffle:#c3a88d;
--budding-peach:#f2d5c0;
--mystic-tulip:#f9b49f;
--shell-pink:#f77e7e;
--sweet-cherry:#a34d4d;
}