Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c94b3b;
}
.indian-clay {
color: #f2cfc0;
}
.chocolate-eclair {
color: #694949;
}
.florida-grey {
color: #bfa6a1;
}
.havana {
color: #3c2a2a;
}
/* CSS Variables */
:root {
--painted-poppy:#c94b3b;
--indian-clay:#f2cfc0;
--chocolate-eclair:#694949;
--florida-grey:#bfa6a1;
--havana:#3c2a2a;
}