Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.spiced-up {
color: #b04e3b;
}
.rich-sorrel {
color: #a97c3d;
}
.rose-linen {
color: #e9b29f;
}
.mom-s-pancake {
color: #f6c451;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--spiced-up:#b04e3b;
--rich-sorrel:#a97c3d;
--rose-linen:#e9b29f;
--mom-s-pancake:#f6c451;
}