Color names in this palette
CSS code for this palette
/* CSS */
.petite-orchid {
color: #db978f;
}
.amazon-river-dolphin {
color: #e6b3b6;
}
.alyssum {
color: #f2d4d6;
}
.child-s-play {
color: #e6b7d6;
}
.usu-pink {
color: #a77b9d;
}
/* CSS Variables */
:root {
--petite-orchid:#db978f;
--amazon-river-dolphin:#e6b3b6;
--alyssum:#f2d4d6;
--child-s-play:#e6b7d6;
--usu-pink:#a77b9d;
}