Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.pink-fit {
color: #f1a7b1;
}
.emperor-s-children {
color: #f1a2b3;
}
.sweet-60 {
color: #f19dab;
}
.amaranth-pink {
color: #f19db9;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--pink-fit:#f1a7b1;
--emperor-s-children:#f1a2b3;
--sweet-60:#f19dab;
--amaranth-pink:#f19db9;
}