Color names in this palette
CSS code for this palette
/* CSS */
.siren {
color: #6d2c3e;
}
.sweet-cherry {
color: #9b5050;
}
.brandy-snaps {
color: #b68c8b;
}
.la-vie-en-rose {
color: #d2a7a2;
}
.cranapple-cream {
color: #e4c3c3;
}
/* CSS Variables */
:root {
--siren:#6d2c3e;
--sweet-cherry:#9b5050;
--brandy-snaps:#b68c8b;
--la-vie-en-rose:#d2a7a2;
--cranapple-cream:#e4c3c3;
}