Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e45d;
}
.squash-blossom {
color: #f6b83c;
}
.consumed-by-fire {
color: #f1801e;
}
.astorath-red {
color: #e14e2d;
}
.claret-red {
color: #c94f60;
}
/* CSS Variables */
:root {
--goldfinch:#f9e45d;
--squash-blossom:#f6b83c;
--consumed-by-fire:#f1801e;
--astorath-red:#e14e2d;
--claret-red:#c94f60;
}