Color names in this palette
CSS code for this palette
/* CSS */
.blue-spell {
color: #3c5b6d;
}
.blue-square {
color: #4f899c;
}
.winter-surf {
color: #80b7b3;
}
.mint-cocktail-green {
color: #b4e0b3;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--blue-spell:#3c5b6d;
--blue-square:#4f899c;
--winter-surf:#80b7b3;
--mint-cocktail-green:#b4e0b3;
--shrimp-cocktail:#f4a462;
}