Jellyfish Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jellyfish palette
Color Inspiration
Images that showcase this color palette in real designs
Download Jellyfish Color Palette (PNG)
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);
}
Similar color palettes
Jellyfish color palette created on .