Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #f7a1b1;
}
.loveable {
color: #f1c1c5;
}
.transparent-beige {
color: #f5ecc2;
}
.mermaid-tears {
color: #d9e4a5;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--ballet-slippers:#f7a1b1;
--loveable:#f1c1c5;
--transparent-beige:#f5ecc2;
--mermaid-tears:#d9e4a5;
--eerie-glow:#a7d7b8;
}