Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.rozowy-pink {
color: #f4a4b8;
}
.pink-carnation {
color: #f17e9b;
}
.highlighter-pink {
color: #e95d7c;
}
.azalea {
color: #d63860;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--rozowy-pink:#f4a4b8;
--pink-carnation:#f17e9b;
--highlighter-pink:#e95d7c;
--azalea:#d63860;
}