Color names in this palette
CSS code for this palette
/* CSS */
.yellow-lotus {
color: #f5cf99;
}
.petals-unfolding {
color: #f3b9c1;
}
.pink-begonia {
color: #e09fbf;
}
.violet-femmes {
color: #a06a9d;
}
.meteorite {
color: #4c3d6c;
}
/* CSS Variables */
:root {
--yellow-lotus:#f5cf99;
--petals-unfolding:#f3b9c1;
--pink-begonia:#e09fbf;
--violet-femmes:#a06a9d;
--meteorite:#4c3d6c;
}