Color names in this palette
CSS code for this palette
/* CSS */
.amaranth-blossom {
color: #7b1e2f;
}
.persimmon-red {
color: #a84f4d;
}
.baker-rose {
color: #c1858a;
}
.cavern-pink {
color: #e0b9b2;
}
.pink-dogwood {
color: #f5d1d2;
}
/* CSS Variables */
:root {
--amaranth-blossom:#7b1e2f;
--persimmon-red:#a84f4d;
--baker-rose:#c1858a;
--cavern-pink:#e0b9b2;
--pink-dogwood:#f5d1d2;
}