Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f6cbda;
}
.fussy-pink {
color: #e8a1be;
}
.little-bow-pink {
color: #d57c9b;
}
.silk-ribbon {
color: #c56d8d;
}
.pink-parakeet {
color: #b05470;
}
/* CSS Variables */
:root {
--baby-steps:#f6cbda;
--fussy-pink:#e8a1be;
--little-bow-pink:#d57c9b;
--silk-ribbon:#c56d8d;
--pink-parakeet:#b05470;
}