Color names in this palette
CSS code for this palette
/* CSS */
.goldfish {
color: #f3ab5e;
}
.mandarin-orange {
color: #f26c3a;
}
.warming-heart {
color: #d54939;
}
.medium-ruby {
color: #a83e6d;
}
.magenta-violet {
color: #6c508b;
}
/* CSS Variables */
:root {
--goldfish:#f3ab5e;
--mandarin-orange:#f26c3a;
--warming-heart:#d54939;
--medium-ruby:#a83e6d;
--magenta-violet:#6c508b;
}