Jellyfish Color Palette

Discover the beautiful Jellyfish color palette featuring cornflower (#8dc8e7), blizzard blue (#a0e0ee), mint tulip (#c1f4f5), amour (#f5dbf5) and cherub (#f1bceb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Pastel, Pink, Soft, Summer, Beach, Bright, Fun color palettes and combinations.

💡 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 Jellyfish palette

Share this palette to:

💻 Jellyfish color palette CSS

/* CSS */
.color-1 {
color: #8dc8e7;
}
.color-2 {
color: #a0e0ee;
}
.color-3 {
color: #c1f4f5;
}
.color-4 {
color: #f5dbf5;
}
.color-5 {
color: #f1bceb;
}

/* CSS Variables */
:root {
--color-1: #8dc8e7;
--color-2: #a0e0ee;
--color-3: #c1f4f5;
--color-4: #f5dbf5;
--color-5: #f1bceb;
}

🌈 Jellyfish background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8dc8e7, #a0e0ee, #c1f4f5, #f5dbf5, #f1bceb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8dc8e7, #a0e0ee, #c1f4f5, #f5dbf5, #f1bceb);
}

Jellyfish color palette created on .