Color names in this palette
CSS code for this palette
/* CSS */
.dusty-rosewood {
color: #bfa8a1;
}
.gallery-taupe {
color: #d1c5b8;
}
.focus {
color: #e5e0d1;
}
.wood-ash {
color: #d8ceb0;
}
.light-sage {
color: #b4afa2;
}
/* CSS Variables */
:root {
--dusty-rosewood:#bfa8a1;
--gallery-taupe:#d1c5b8;
--focus:#e5e0d1;
--wood-ash:#d8ceb0;
--light-sage:#b4afa2;
}