Color names in this palette
CSS code for this palette
/* CSS */
.woody-brown {
color: #6d2c2c;
}
.regal-red {
color: #9a4c4c;
}
.grand-sunset {
color: #c58c8c;
}
.bistro-pink {
color: #e4b9b9;
}
.pink-dogwood {
color: #f5d1d1;
}
/* CSS Variables */
:root {
--woody-brown:#6d2c2c;
--regal-red:#9a4c4c;
--grand-sunset:#c58c8c;
--bistro-pink:#e4b9b9;
--pink-dogwood:#f5d1d1;
}