Color names in this palette
CSS code for this palette
/* CSS */
.sundried-tomato {
color: #692c2b;
}
.bacchanalia-red {
color: #8c3b3b;
}
.carbon {
color: #333333;
}
.ultimate-grey {
color: #a7a8aa;
}
.appleblossom {
color: #d9b5b5;
}
/* CSS Variables */
:root {
--sundried-tomato:#692c2b;
--bacchanalia-red:#8c3b3b;
--carbon:#333333;
--ultimate-grey:#a7a8aa;
--appleblossom:#d9b5b5;
}