Color names in this palette
CSS code for this palette
/* CSS */
.siren {
color: #6d2c3e;
}
.haitian-flower {
color: #9b4b5b;
}
.juicy-details {
color: #d57b7e;
}
.jaguar-rose {
color: #f2b1b4;
}
.just-a-tease {
color: #fcd4d4;
}
/* CSS Variables */
:root {
--siren:#6d2c3e;
--haitian-flower:#9b4b5b;
--juicy-details:#d57b7e;
--jaguar-rose:#f2b1b4;
--just-a-tease:#fcd4d4;
}