Color names in this palette
CSS code for this palette
/* CSS */
.sprinkled-with-pink {
color: #e8a1ae;
}
.my-fair-lady {
color: #f5c4c2;
}
.gold-sand {
color: #f7e7a6;
}
.mermaid-tears {
color: #d4e4a5;
}
.light-sea-spray {
color: #a9d6e0;
}
/* CSS Variables */
:root {
--sprinkled-with-pink:#e8a1ae;
--my-fair-lady:#f5c4c2;
--gold-sand:#f7e7a6;
--mermaid-tears:#d4e4a5;
--light-sea-spray:#a9d6e0;
}