Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e25d;
}
.shrimp-toast {
color: #f6c4a2;
}
.flamingo-red {
color: #f28f88;
}
.paris-pink {
color: #d56c8f;
}
.hyacinth-violet {
color: #a14f9a;
}
/* CSS Variables */
:root {
--goldfinch:#f9e25d;
--shrimp-toast:#f6c4a2;
--flamingo-red:#f28f88;
--paris-pink:#d56c8f;
--hyacinth-violet:#a14f9a;
}