Color names in this palette
CSS code for this palette
/* CSS */
.escalante {
color: #a35c5c;
}
.plum-taupe {
color: #b7a29a;
}
.dry-creek {
color: #d8c8b6;
}
.island-hopping {
color: #f5e3d6;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--escalante:#a35c5c;
--plum-taupe:#b7a29a;
--dry-creek:#d8c8b6;
--island-hopping:#f5e3d6;
--dr-white:#fafafa;
}