Color names in this palette
CSS code for this palette
/* CSS */
.jazz {
color: #602e2f;
}
.alden-till {
color: #7c4b4b;
}
.delhi-spice {
color: #a06a6c;
}
.shetland-pony {
color: #d49e8c;
}
.cool-cantaloupe {
color: #f1d2cb;
}
/* CSS Variables */
:root {
--jazz:#602e2f;
--alden-till:#7c4b4b;
--delhi-spice:#a06a6c;
--shetland-pony:#d49e8c;
--cool-cantaloupe:#f1d2cb;
}