Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.lake-tahoe-turquoise {
color: #3cb0b4;
}
.near-moon {
color: #5fe3d8;
}
.white-nectar {
color: #f7f9d7;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--lake-tahoe-turquoise:#3cb0b4;
--near-moon:#5fe3d8;
--white-nectar:#f7f9d7;
--shrimp-cocktail:#f4a462;
}