Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.flaming-torch {
color: #d5884d;
}
.mille-feuille {
color: #f1c77e;
}
.parfait-pink {
color: #e6b3c3;
}
.meadow-mauve {
color: #a85d8f;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--flaming-torch:#d5884d;
--mille-feuille:#f1c77e;
--parfait-pink:#e6b3c3;
--meadow-mauve:#a85d8f;
}