Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.emperor-s-children {
color: #f1a2b8;
}
.pastel-magenta {
color: #f19dc5;
}
.pink-marshmallow {
color: #f1b1d4;
}
.gizmo {
color: #d6a4b9;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--emperor-s-children:#f1a2b8;
--pastel-magenta:#f19dc5;
--pink-marshmallow:#f1b1d4;
--gizmo:#d6a4b9;
}