Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e45d;
}
.orange-delight {
color: #ffc757;
}
.orange-pink {
color: #ff6f52;
}
.spirit-warrior {
color: #d9513f;
}
.imperial-purple {
color: #592c63;
}
/* CSS Variables */
:root {
--goldfinch:#f9e45d;
--orange-delight:#ffc757;
--orange-pink:#ff6f52;
--spirit-warrior:#d9513f;
--imperial-purple:#592c63;
}