Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.rozowy-pink {
color: #f4a4b7;
}
.pink-carnation {
color: #f27d9a;
}
.blush-d-amour {
color: #d95e83;
}
.pink-dahlia {
color: #b94b6a;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--rozowy-pink:#f4a4b7;
--pink-carnation:#f27d9a;
--blush-d-amour:#d95e83;
--pink-dahlia:#b94b6a;
}