Serene Lagoon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Lagoon palette
Color Inspiration
Images that showcase this color palette in real designs
Download Serene Lagoon Color Palette (PNG)
Serene Lagoon color palette CSS
/* CSS */
.color-1 {
color: #ecf7f9;
}
.color-2 {
color: #e2f8f8;
}
.color-3 {
color: #d6f0f0;
}
.color-4 {
color: #c8eae9;
}
.color-5 {
color: #bfe3e3;
}
/* CSS Variables */
:root {
--color-1: #ecf7f9;
--color-2: #e2f8f8;
--color-3: #d6f0f0;
--color-4: #c8eae9;
--color-5: #bfe3e3;
}
Serene Lagoon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecf7f9, #e2f8f8, #d6f0f0, #c8eae9, #bfe3e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecf7f9, #e2f8f8, #d6f0f0, #c8eae9, #bfe3e3);
}
Similar color palettes
Serene Lagoon color palette created on .