Color names in this palette
CSS code for this palette
/* CSS */
.soft-tone {
color: #c3b5b1;
}
.chocolate-sparkle {
color: #8e6b6e;
}
.cinnamon-cocoa {
color: #d2a89d;
}
.cheater {
color: #efad5d;
}
.painted-poppy {
color: #c84c3c;
}
/* CSS Variables */
:root {
--soft-tone:#c3b5b1;
--chocolate-sparkle:#8e6b6e;
--cinnamon-cocoa:#d2a89d;
--cheater:#efad5d;
--painted-poppy:#c84c3c;
}