Color names in this palette
CSS code for this palette
/* CSS */
.cranberry-sauce {
color: #a93759;
}
.vibrant-red {
color: #c24c6e;
}
.pink-nectar {
color: #d8a6b4;
}
.lily-legs {
color: #f0c7d6;
}
.be-mine {
color: #f3e2e7;
}
/* CSS Variables */
:root {
--cranberry-sauce:#a93759;
--vibrant-red:#c24c6e;
--pink-nectar:#d8a6b4;
--lily-legs:#f0c7d6;
--be-mine:#f3e2e7;
}