Tropical Lagoon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Lagoon palette
Tropical Lagoon color palette CSS
/* CSS */
.color-1 {
color: #00bad6;
}
.color-2 {
color: #0097a8;
}
.color-3 {
color: #007a6c;
}
.color-4 {
color: #004d40;
}
.color-5 {
color: #1c5e21;
}
/* CSS Variables */
:root {
--color-1: #00bad6;
--color-2: #0097a8;
--color-3: #007a6c;
--color-4: #004d40;
--color-5: #1c5e21;
}
Tropical Lagoon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bad6, #0097a8, #007a6c, #004d40, #1c5e21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bad6, #0097a8, #007a6c, #004d40, #1c5e21);
}
Similar color palettes
Tropical Lagoon color palette created on .