Color names in this palette
CSS code for this palette
/* CSS */
.shine-baby-shine {
color: #a35c6c;
}
.parsnip {
color: #d6c69a;
}
.starship {
color: #e3e03b;
}
.smoke-green {
color: #a0b299;
}
.medium-grey-green {
color: #4f6e4e;
}
/* CSS Variables */
:root {
--shine-baby-shine:#a35c6c;
--parsnip:#d6c69a;
--starship:#e3e03b;
--smoke-green:#a0b299;
--medium-grey-green:#4f6e4e;
}