Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.glimpse {
color: #4ab8c9;
}
.blizzard-blue {
color: #a6e4e7;
}
.invigorating {
color: #f0eab2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--glimpse:#4ab8c9;
--blizzard-blue:#a6e4e7;
--invigorating:#f0eab2;
--grapefruit-pulp:#ff6e61;
}