Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e25d;
}
.syndicalist {
color: #f5c400;
}
.mad-for-mango {
color: #faa200;
}
.carrot {
color: #f76d36;
}
.strawberry-avalanche {
color: #f5503d;
}
/* CSS Variables */
:root {
--goldfinch:#f9e25d;
--syndicalist:#f5c400;
--mad-for-mango:#faa200;
--carrot:#f76d36;
--strawberry-avalanche:#f5503d;
}