Color names in this palette
CSS code for this palette
/* CSS */
.spaghetti-strap-pink {
color: #f6a7d4;
}
.pretty-in-pink {
color: #f9c3e8;
}
.dream-land {
color: #e9afe6;
}
.pale-purple {
color: #b58bda;
}
.pastel-blue {
color: #9ec3ff;
}
/* CSS Variables */
:root {
--spaghetti-strap-pink:#f6a7d4;
--pretty-in-pink:#f9c3e8;
--dream-land:#e9afe6;
--pale-purple:#b58bda;
--pastel-blue:#9ec3ff;
}