Serene Lagoon Color Palette
Discover the beautiful Serene Lagoon color palette featuring aqua spring (#ecf7f9), polar (#e3f8f8), iceberg (#d5f0f0), jagged ice (#c8eae9) and ziggurat (#bfe3e3).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Serene Lagoon palette
💻 Serene Lagoon color palette CSS
/* CSS */
.color-1 {
color: #ecf7f9;
}
.color-2 {
color: #e3f8f8;
}
.color-3 {
color: #d5f0f0;
}
.color-4 {
color: #c8eae9;
}
.color-5 {
color: #bfe3e3;
}
/* CSS Variables */
:root {
--color-1: #ecf7f9;
--color-2: #e3f8f8;
--color-3: #d5f0f0;
--color-4: #c8eae9;
--color-5: #bfe3e3;
} 🌈 Serene Lagoon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecf7f9, #e3f8f8, #d5f0f0, #c8eae9, #bfe3e3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecf7f9, #e3f8f8, #d5f0f0, #c8eae9, #bfe3e3);
} 🔗 Explore similar color palettes
Serene Lagoon color palette created on .