Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.hard-candy {
color: #ffb8ba;
}
.baby-steps {
color: #f3c9d9;
}
.gentle-glow {
color: #f7e5bb;
}
.light-mint {
color: #b7fbbe;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--hard-candy:#ffb8ba;
--baby-steps:#f3c9d9;
--gentle-glow:#f7e5bb;
--light-mint:#b7fbbe;
}