Color names in this palette
CSS code for this palette
/* CSS */
.bright-yarrow {
color: #f7cf69;
}
.welcoming-wasp {
color: #f0a800;
}
.cherokee-dignity {
color: #e57b24;
}
.warming-heart {
color: #d44f3a;
}
.primal-red {
color: #a62b4c;
}
/* CSS Variables */
:root {
--bright-yarrow:#f7cf69;
--welcoming-wasp:#f0a800;
--cherokee-dignity:#e57b24;
--warming-heart:#d44f3a;
--primal-red:#a62b4c;
}