Color names in this palette
CSS code for this palette
/* CSS */
.twinkle-toes {
color: #e4d59b;
}
.vast-desert {
color: #c2af99;
}
.ash-hollow {
color: #a78f8b;
}
.plum-power {
color: #805b8f;
}
.succinct-violet {
color: #4c3c72;
}
/* CSS Variables */
:root {
--twinkle-toes:#e4d59b;
--vast-desert:#c2af99;
--ash-hollow:#a78f8b;
--plum-power:#805b8f;
--succinct-violet:#4c3c72;
}