Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.elastic-pink {
color: #f1a2c7;
}
.amaranth-pink {
color: #f19db9;
}
.astilbe {
color: #f18ea5;
}
.cupid-s-arrow {
color: #f16a89;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--elastic-pink:#f1a2c7;
--amaranth-pink:#f19db9;
--astilbe:#f18ea5;
--cupid-s-arrow:#f16a89;
}