Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.fallen-blossoms {
color: #f0b2c2;
}
.shocking {
color: #e89bb9;
}
.fuchsia-kiss {
color: #d06c9b;
}
.our-little-secret {
color: #aa4b7a;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--fallen-blossoms:#f0b2c2;
--shocking:#e89bb9;
--fuchsia-kiss:#d06c9b;
--our-little-secret:#aa4b7a;
}