Blue Lagoon Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Lagoon Shades palette
Download Blue Lagoon Shades Color Palette (PNG)
Blue Lagoon Shades color palette CSS
/* CSS */
.color-1 {
color: #017b89;
}
.color-2 {
color: #1db4a2;
}
.color-3 {
color: #3dd1b6;
}
.color-4 {
color: #76e0d5;
}
.color-5 {
color: #a1f7f0;
}
/* CSS Variables */
:root {
--color-1: #017b89;
--color-2: #1db4a2;
--color-3: #3dd1b6;
--color-4: #76e0d5;
--color-5: #a1f7f0;
}
Blue Lagoon Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #017b89, #1db4a2, #3dd1b6, #76e0d5, #a1f7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #017b89, #1db4a2, #3dd1b6, #76e0d5, #a1f7f0);
}
Similar color palettes
Blue Lagoon Shades color palette created on .