Aquatic Jelly Color Palette
Discover the beautiful Aquatic Jelly color palette featuring shakespeare (#5cb3da), aquamarine blue (#78d0e4), blizzard blue (#9be0ee), mint tulip (#bfecf3) and polar (#e9f6fa).
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 Aquatic Jelly palette
💻 Aquatic Jelly color palette CSS
/* CSS */
.color-1 {
color: #5cb3da;
}
.color-2 {
color: #78d0e4;
}
.color-3 {
color: #9be0ee;
}
.color-4 {
color: #bfecf3;
}
.color-5 {
color: #e9f6fa;
}
/* CSS Variables */
:root {
--color-1: #5cb3da;
--color-2: #78d0e4;
--color-3: #9be0ee;
--color-4: #bfecf3;
--color-5: #e9f6fa;
} 🌈 Aquatic Jelly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cb3da, #78d0e4, #9be0ee, #bfecf3, #e9f6fa);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cb3da, #78d0e4, #9be0ee, #bfecf3, #e9f6fa);
} 🔗 Explore similar color palettes
Aquatic Jelly color palette created on .