Jellyfish Color Palette

Discover the beautiful Jellyfish color palette featuring cornflower (#8fc8e7), blizzard blue (#a0e0ee), mint tulip (#c0f3f5), amour (#f5dcf5) and cherub (#f1bdec).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Bright, Fun, Pastel, Pink, Soft, Summer 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: #8fc8e7;
}
.color-2 {
color: #a0e0ee;
}
.color-3 {
color: #c0f3f5;
}
.color-4 {
color: #f5dcf5;
}
.color-5 {
color: #f1bdec;
}

/* CSS Variables */
:root {
--color-1: #8fc8e7;
--color-2: #a0e0ee;
--color-3: #c0f3f5;
--color-4: #f5dcf5;
--color-5: #f1bdec;
}

🌈 Jellyfish background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fc8e7, #a0e0ee, #c0f3f5, #f5dcf5, #f1bdec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fc8e7, #a0e0ee, #c0f3f5, #f5dcf5, #f1bdec);
}

Jellyfish color palette created on .