Color names in this palette
CSS code for this palette
/* CSS */
.citrus-sachet {
color: #f5c8a8;
}
.white {
color: #ffffff;
}
.clay-mug {
color: #d27b5b;
}
.outlawed-orange {
color: #b76f4e;
}
.canyon-clay {
color: #c97a6e;
}
/* CSS Variables */
:root {
--citrus-sachet:#f5c8a8;
--white:#ffffff;
--clay-mug:#d27b5b;
--outlawed-orange:#b76f4e;
--canyon-clay:#c97a6e;
}