Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.orchid-orange {
color: #ff9f80;
}
.floral-leaf {
color: #ffb84d;
}
.quack-quack {
color: #ffeb8a;
}
.it-s-a-girl {
color: #ffdbe1;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--orchid-orange:#ff9f80;
--floral-leaf:#ffb84d;
--quack-quack:#ffeb8a;
--it-s-a-girl:#ffdbe1;
}