Color names in this palette
CSS code for this palette
/* CSS */
.jama-masjid-taupe {
color: #b78a6c;
}
.gold-wash {
color: #d5c09f;
}
.cupcake-rose {
color: #e8c6b5;
}
.touching-white {
color: #f4e1d7;
}
.scarecrow-frown {
color: #a65e2b;
}
/* CSS Variables */
:root {
--jama-masjid-taupe:#b78a6c;
--gold-wash:#d5c09f;
--cupcake-rose:#e8c6b5;
--touching-white:#f4e1d7;
--scarecrow-frown:#a65e2b;
}