Color names in this palette
CSS code for this palette
/* CSS */
.pretty-pink-piggy {
color: #f1a7d8;
}
.sultan-of-pink {
color: #e79cc3;
}
.pink-gin {
color: #dfa4b7;
}
.prominent-pink {
color: #d89dc1;
}
.little-bow-pink {
color: #d47d9b;
}
/* CSS Variables */
:root {
--pretty-pink-piggy:#f1a7d8;
--sultan-of-pink:#e79cc3;
--pink-gin:#dfa4b7;
--prominent-pink:#d89dc1;
--little-bow-pink:#d47d9b;
}