Color names in this palette
CSS code for this palette
/* CSS */
.spicy-cayenne {
color: #9a594c;
}
.faneuil-brick {
color: #c07b6d;
}
.tracery {
color: #dbba9f;
}
.autumn-wind {
color: #f9d2b4;
}
.capocollo {
color: #e0554d;
}
/* CSS Variables */
:root {
--spicy-cayenne:#9a594c;
--faneuil-brick:#c07b6d;
--tracery:#dbba9f;
--autumn-wind:#f9d2b4;
--capocollo:#e0554d;
}