Color names in this palette
CSS code for this palette
/* CSS */
.beet-red {
color: #7f1f3d;
}
.valentine {
color: #aa3c4c;
}
.spirit-warrior {
color: #d35345;
}
.painted-clay {
color: #eb8f6b;
}
.citrus-sachet {
color: #f1c6a7;
}
/* CSS Variables */
:root {
--beet-red:#7f1f3d;
--valentine:#aa3c4c;
--spirit-warrior:#d35345;
--painted-clay:#eb8f6b;
--citrus-sachet:#f1c6a7;
}