Color names in this palette
CSS code for this palette
/* CSS */
.hull-red {
color: #4d0f0f;
}
.woody-brown {
color: #6d2c2c;
}
.sweet-cherry {
color: #9e4c4c;
}
.strawberry-wine {
color: #c76b6b;
}
.perennial-phlox {
color: #e7a6a6;
}
/* CSS Variables */
:root {
--hull-red:#4d0f0f;
--woody-brown:#6d2c2c;
--sweet-cherry:#9e4c4c;
--strawberry-wine:#c76b6b;
--perennial-phlox:#e7a6a6;
}