Color names in this palette
CSS code for this palette
/* CSS */
.canyon-trail {
color: #d6b8a8;
}
.birthday-suit {
color: #e2c8b6;
}
.upbeat {
color: #f2d9a6;
}
.chai-latte {
color: #f9cb9f;
}
.calabrese {
color: #f6a8a2;
}
/* CSS Variables */
:root {
--canyon-trail:#d6b8a8;
--birthday-suit:#e2c8b6;
--upbeat:#f2d9a6;
--chai-latte:#f9cb9f;
--calabrese:#f6a8a2;
}