Color names in this palette
CSS code for this palette
/* CSS */
.pearled-couscous {
color: #f1e9d5;
}
.birthday-suit {
color: #e2c8b6;
}
.pressed-blossoms {
color: #c1978b;
}
.cafe-ole {
color: #9c7d7c;
}
.medium-taupe {
color: #694b49;
}
/* CSS Variables */
:root {
--pearled-couscous:#f1e9d5;
--birthday-suit:#e2c8b6;
--pressed-blossoms:#c1978b;
--cafe-ole:#9c7d7c;
--medium-taupe:#694b49;
}