Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f6c1d1;
}
.amaranth-pink {
color: #f39bba;
}
.hope {
color: #e37d9d;
}
.artful-pink {
color: #c56d82;
}
.cherry-berry {
color: #9d4d67;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f6c1d1;
--amaranth-pink:#f39bba;
--hope:#e37d9d;
--artful-pink:#c56d82;
--cherry-berry:#9d4d67;
}