Color names in this palette
CSS code for this palette
/* CSS */
.secret-cove {
color: #698e9b;
}
.trisha-s-eyes {
color: #8db9c4;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.milky-maize {
color: #f7d6a1;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--secret-cove:#698e9b;
--trisha-s-eyes:#8db9c4;
--ice-crystal-blue:#a5e3e0;
--milky-maize:#f7d6a1;
--shrimp-cocktail:#f4a462;
}