Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #497b9c;
}
.trisha-s-eyes {
color: #92b7c8;
}
.baby-s-breath {
color: #d9e4e8;
}
.shrimp-cocktail {
color: #f4a462;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--zenith:#497b9c;
--trisha-s-eyes:#92b7c8;
--baby-s-breath:#d9e4e8;
--shrimp-cocktail:#f4a462;
--grapefruit-pulp:#ff6e61;
}