Color names in this palette
CSS code for this palette
/* CSS */
.siren {
color: #6c2d38;
}
.currant-jam {
color: #8b4b52;
}
.mauvewood {
color: #af6a74;
}
.shanghai-peach {
color: #d59a8b;
}
.serene-pink {
color: #f5c7b7;
}
/* CSS Variables */
:root {
--siren:#6c2d38;
--currant-jam:#8b4b52;
--mauvewood:#af6a74;
--shanghai-peach:#d59a8b;
--serene-pink:#f5c7b7;
}