Color names in this palette
CSS code for this palette
/* CSS */
.sedona-stone {
color: #8e472f;
}
.sierra {
color: #a25b44;
}
.hitching-post {
color: #c78b6b;
}
.prosciutto {
color: #e2b4a2;
}
.cupcake-pink {
color: #f5d6d1;
}
/* CSS Variables */
:root {
--sedona-stone:#8e472f;
--sierra:#a25b44;
--hitching-post:#c78b6b;
--prosciutto:#e2b4a2;
--cupcake-pink:#f5d6d1;
}