Color names in this palette
CSS code for this palette
/* CSS */
.light-fresh-lime {
color: #e0f7d4;
}
.terrace-pool {
color: #a1d9e3;
}
.shrimp-toast {
color: #f7c5a1;
}
.manga-pink {
color: #f5b7d7;
}
.pale-adobe {
color: #f6e9bb;
}
/* CSS Variables */
:root {
--light-fresh-lime:#e0f7d4;
--terrace-pool:#a1d9e3;
--shrimp-toast:#f7c5a1;
--manga-pink:#f5b7d7;
--pale-adobe:#f6e9bb;
}