Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f8c9d9;
}
.princess {
color: #f1a7b6;
}
.melon-mist {
color: #e67f92;
}
.strawberry-moon {
color: #d2566f;
}
.d-u-sh-s-red {
color: #a5273a;
}
/* CSS Variables */
:root {
--baby-steps:#f8c9d9;
--princess:#f1a7b6;
--melon-mist:#e67f92;
--strawberry-moon:#d2566f;
--d-u-sh-s-red:#a5273a;
}