Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-blue {
color: #1f9dbd;
}
.glassmith {
color: #4cb6c2;
}
.rainwater {
color: #8cd9d4;
}
.lime-bright {
color: #f1e3b1;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--butterfly-blue:#1f9dbd;
--glassmith:#4cb6c2;
--rainwater:#8cd9d4;
--lime-bright:#f1e3b1;
--shrimp-cocktail:#f4a462;
}