Color names in this palette
CSS code for this palette
/* CSS */
.siren {
color: #6d2c38;
}
.haitian-flower {
color: #9b4b57;
}
.rhubarb-pie {
color: #d77f86;
}
.fallen-blossoms {
color: #eeb4c6;
}
.be-mine {
color: #f3e2e7;
}
/* CSS Variables */
:root {
--siren:#6d2c38;
--haitian-flower:#9b4b57;
--rhubarb-pie:#d77f86;
--fallen-blossoms:#eeb4c6;
--be-mine:#f3e2e7;
}