Light Blue Green Color Palette
Discover the beautiful Light Blue Green color palette featuring wheat (#f3e5af), akaroa (#d6c1a4), opal (#a7c8b9), neptune (#6ea3b9) and paradiso (#3e8c98).
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 Light Blue Green palette
💻 Light Blue Green color palette CSS
/* CSS */
.color-1 {
color: #f3e5af;
}
.color-2 {
color: #d6c1a4;
}
.color-3 {
color: #a7c8b9;
}
.color-4 {
color: #6ea3b9;
}
.color-5 {
color: #3e8c98;
}
/* CSS Variables */
:root {
--color-1: #f3e5af;
--color-2: #d6c1a4;
--color-3: #a7c8b9;
--color-4: #6ea3b9;
--color-5: #3e8c98;
} 🌈 Light Blue Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5af, #d6c1a4, #a7c8b9, #6ea3b9, #3e8c98);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5af, #d6c1a4, #a7c8b9, #6ea3b9, #3e8c98);
} 🔗 Explore similar color palettes
Light Blue Green color palette created on .