Color names in this palette
CSS code for this palette
/* CSS */
.first-daughter {
color: #f7d4d7;
}
.matt-pink {
color: #ffb3c1;
}
.pink-dream {
color: #ff9ea0;
}
.floral-leaf {
color: #ffb84d;
}
.caduceus-gold {
color: #ffed66;
}
/* CSS Variables */
:root {
--first-daughter:#f7d4d7;
--matt-pink:#ffb3c1;
--pink-dream:#ff9ea0;
--floral-leaf:#ffb84d;
--caduceus-gold:#ffed66;
}