Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1d98b4;
}
.sea-serpent {
color: #4dc4d1;
}
.island-paradise {
color: #8de3e8;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1d98b4;
--sea-serpent:#4dc4d1;
--island-paradise:#8de3e8;
--antique-wicker-basket:#f2d2a1;
--grapefruit-pulp:#ff6e61;
}