Light Blue Jellyfish Color Palette
Discover the beautiful Light Blue Jellyfish color palette featuring regent st blue (#a8d3e1), shakespeare (#5abfd3), elm (#1e7f94), casal (#295c6a) and elephant (#0e3b4e).
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 Jellyfish palette
💻 Light Blue Jellyfish color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #5abfd3;
}
.color-3 {
color: #1e7f94;
}
.color-4 {
color: #295c6a;
}
.color-5 {
color: #0e3b4e;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #5abfd3;
--color-3: #1e7f94;
--color-4: #295c6a;
--color-5: #0e3b4e;
} 🌈 Light Blue Jellyfish background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #5abfd3, #1e7f94, #295c6a, #0e3b4e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #5abfd3, #1e7f94, #295c6a, #0e3b4e);
} 🔗 Explore similar color palettes
Light Blue Jellyfish color palette created on .