Color names in this palette
CSS code for this palette
/* CSS */
.cape-lee {
color: #518090;
}
.dexter {
color: #6eb4b2;
}
.lolly-ice {
color: #a6d9d1;
}
.crescent-moon {
color: #f1e9d0;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--cape-lee:#518090;
--dexter:#6eb4b2;
--lolly-ice:#a6d9d1;
--crescent-moon:#f1e9d0;
--shrimp-cocktail:#f4a462;
}