Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.tequila {
color: #f7d0a6;
}
.cr-me-de-la-cr-me {
color: #f3e7b4;
}
.mermaid-tears {
color: #d4e4a5;
}
.celtic-spring {
color: #a9e0b1;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--tequila:#f7d0a6;
--cr-me-de-la-cr-me:#f3e7b4;
--mermaid-tears:#d4e4a5;
--celtic-spring:#a9e0b1;
}