Color names in this palette
CSS code for this palette
/* CSS */
.vanilla {
color: #f3e4aa;
}
.peach-damask {
color: #f9c6a9;
}
.amaranth-pink {
color: #f49fbb;
}
.heartbreaker {
color: #d279a3;
}
.cyclamen-red {
color: #a8578a;
}
/* CSS Variables */
:root {
--vanilla:#f3e4aa;
--peach-damask:#f9c6a9;
--amaranth-pink:#f49fbb;
--heartbreaker:#d279a3;
--cyclamen-red:#a8578a;
}