Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.candy {
color: #ff9b85;
}
.floral-leaf {
color: #ffb84d;
}
.lemon-bundt-cake {
color: #fff59e;
}
.it-s-a-girl {
color: #ffdbe2;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--candy:#ff9b85;
--floral-leaf:#ffb84d;
--lemon-bundt-cake:#fff59e;
--it-s-a-girl:#ffdbe2;
}