Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.sea-serpent {
color: #4ac3d3;
}
.blizzard-blue {
color: #a6e4e8;
}
.stucco-wall {
color: #f0b19e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--sea-serpent:#4ac3d3;
--blizzard-blue:#a6e4e8;
--stucco-wall:#f0b19e;
--grapefruit-pulp:#ff6e61;
}