Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.squeaky {
color: #6ac3d7;
}
.blizzard-blue {
color: #a4e2ea;
}
.corn-field {
color: #f5f5c7;
}
.mixed-fruit {
color: #f9bcb4;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--squeaky:#6ac3d7;
--blizzard-blue:#a4e2ea;
--corn-field:#f5f5c7;
--mixed-fruit:#f9bcb4;
}