Color names in this palette
CSS code for this palette
/* CSS */
.boynton-canyon {
color: #9d4e3f;
}
.tory-red {
color: #d86b5f;
}
.hydrangea-pink {
color: #e6b3c7;
}
.in-the-pink {
color: #f3c4d2;
}
.bride-s-blush {
color: #f9e3e1;
}
/* CSS Variables */
:root {
--boynton-canyon:#9d4e3f;
--tory-red:#d86b5f;
--hydrangea-pink:#e6b3c7;
--in-the-pink:#f3c4d2;
--bride-s-blush:#f9e3e1;
}