Color names in this palette
CSS code for this palette
/* CSS */
.milky-maize {
color: #f9d69f;
}
.laelia-pink {
color: #f6c6e1;
}
.infinity-pool {
color: #94d5e1;
}
.tropical-violet {
color: #d3a4e0;
}
.petals-unfolding {
color: #f4b8c4;
}
/* CSS Variables */
:root {
--milky-maize:#f9d69f;
--laelia-pink:#f6c6e1;
--infinity-pool:#94d5e1;
--tropical-violet:#d3a4e0;
--petals-unfolding:#f4b8c4;
}