Color names in this palette
CSS code for this palette
/* CSS */
.christmas-brown {
color: #5c2d2d;
}
.rhubarb-smoothie {
color: #8c4a4a;
}
.fiesta-rojo {
color: #b67c7c;
}
.bussell-lace {
color: #e2a2a2;
}
.silver-strawberry {
color: #f2c0c0;
}
/* CSS Variables */
:root {
--christmas-brown:#5c2d2d;
--rhubarb-smoothie:#8c4a4a;
--fiesta-rojo:#b67c7c;
--bussell-lace:#e2a2a2;
--silver-strawberry:#f2c0c0;
}