Color names in this palette
CSS code for this palette
/* CSS */
.antique-red {
color: #7c4b50;
}
.horizon-glow {
color: #af6e6f;
}
.coral-fountain {
color: #e6a6a2;
}
.pekin-chicken {
color: #f3d1aa;
}
.flaxseed {
color: #f7e6c5;
}
/* CSS Variables */
:root {
--antique-red:#7c4b50;
--horizon-glow:#af6e6f;
--coral-fountain:#e6a6a2;
--pekin-chicken:#f3d1aa;
--flaxseed:#f7e6c5;
}