Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.tickled-pink {
color: #f2a6c1;
}
.sachet-pink {
color: #f78db2;
}
.fugitive-flamingo {
color: #e363a7;
}
.pink-yarrow {
color: #d13d8c;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--tickled-pink:#f2a6c1;
--sachet-pink:#f78db2;
--fugitive-flamingo:#e363a7;
--pink-yarrow:#d13d8c;
}