Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e7a2b3;
}
.shrimp-toast {
color: #f6c4a2;
}
.lemon-rose {
color: #f9e8ae;
}
.mermaid-tears {
color: #d7e6a7;
}
.evocative-blue {
color: #9fbfc6;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e7a2b3;
--shrimp-toast:#f6c4a2;
--lemon-rose:#f9e8ae;
--mermaid-tears:#d7e6a7;
--evocative-blue:#9fbfc6;
}