Color names in this palette
CSS code for this palette
/* CSS */
.fireglow {
color: #d55f3f;
}
.squash-blossom {
color: #f6b83c;
}
.bright-khaki {
color: #f0e78e;
}
.fescue {
color: #a2cda4;
}
.cold-north {
color: #4f9b9c;
}
/* CSS Variables */
:root {
--fireglow:#d55f3f;
--squash-blossom:#f6b83c;
--bright-khaki:#f0e78e;
--fescue:#a2cda4;
--cold-north:#4f9b9c;
}