Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e25d;
}
.syndicalist {
color: #f5c400;
}
.welcoming-wasp {
color: #f0a800;
}
.r-d-i-ch-ng-orange {
color: #f07c00;
}
.exuberance {
color: #d65d00;
}
/* CSS Variables */
:root {
--goldfinch:#f9e25d;
--syndicalist:#f5c400;
--welcoming-wasp:#f0a800;
--r-d-i-ch-ng-orange:#f07c00;
--exuberance:#d65d00;
}