Color names in this palette
CSS code for this palette
/* CSS */
.sedona-stone {
color: #8e472f;
}
.verminlord-hide {
color: #a36a52;
}
.peanut-butter-crust {
color: #c8a489;
}
.fortune-cookie {
color: #e0c5a3;
}
.touching-white {
color: #f4e0d7;
}
/* CSS Variables */
:root {
--sedona-stone:#8e472f;
--verminlord-hide:#a36a52;
--peanut-butter-crust:#c8a489;
--fortune-cookie:#e0c5a3;
--touching-white:#f4e0d7;
}