Color names in this palette
CSS code for this palette
/* CSS */
.gold-tips {
color: #e6b028;
}
.vivid-red-tangelo {
color: #d95e20;
}
.martian-ironearth {
color: #c45b4f;
}
.mulberry-bush {
color: #a9709e;
}
.flounce {
color: #4a8c8c;
}
/* CSS Variables */
:root {
--gold-tips:#e6b028;
--vivid-red-tangelo:#d95e20;
--martian-ironearth:#c45b4f;
--mulberry-bush:#a9709e;
--flounce:#4a8c8c;
}