Color names in this palette
CSS code for this palette
/* CSS */
.diva-pink {
color: #ff3d7e;
}
.sunset-papaya {
color: #ff7e61;
}
.floral-leaf {
color: #ffb84d;
}
.flame-seal {
color: #f1e45b;
}
.leaf-bud {
color: #f3f2a0;
}
/* CSS Variables */
:root {
--diva-pink:#ff3d7e;
--sunset-papaya:#ff7e61;
--floral-leaf:#ffb84d;
--flame-seal:#f1e45b;
--leaf-bud:#f3f2a0;
}