Color names in this palette
CSS code for this palette
/* CSS */
.almost-pink {
color: #f1e2da;
}
.lavender-blessing {
color: #d3b6c7;
}
.eerie-glow {
color: #a9d6bb;
}
.tropic-turquoise {
color: #6bb3a7;
}
.flounce {
color: #4b8d91;
}
/* CSS Variables */
:root {
--almost-pink:#f1e2da;
--lavender-blessing:#d3b6c7;
--eerie-glow:#a9d6bb;
--tropic-turquoise:#6bb3a7;
--flounce:#4b8d91;
}