Color names in this palette
CSS code for this palette
/* CSS */
.sh-j-hi-red {
color: #d82b22;
}
.calabrese {
color: #f1a8a2;
}
.sugarcane {
color: #eed1c8;
}
.clay-pipe {
color: #d8c9b6;
}
.cappuccino-bombe {
color: #b5887d;
}
/* CSS Variables */
:root {
--sh-j-hi-red:#d82b22;
--calabrese:#f1a8a2;
--sugarcane:#eed1c8;
--clay-pipe:#d8c9b6;
--cappuccino-bombe:#b5887d;
}