Color names in this palette
CSS code for this palette
/* CSS */
.siren {
color: #6a293e;
}
.kirsch-red {
color: #9b4b50;
}
.impatient-heart {
color: #c57c7e;
}
.amazon-river-dolphin {
color: #e6b3b8;
}
.pink-scallop {
color: #f1e1d5;
}
/* CSS Variables */
:root {
--siren:#6a293e;
--kirsch-red:#9b4b50;
--impatient-heart:#c57c7e;
--amazon-river-dolphin:#e6b3b8;
--pink-scallop:#f1e1d5;
}