Blue Jellyfish Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Jellyfish palette
Blue Jellyfish color palette CSS
/* CSS */
.color-1 {
color: #f4e6e6;
}
.color-2 {
color: #c1d9e1;
}
.color-3 {
color: #89b8d7;
}
.color-4 {
color: #4a99c4;
}
.color-5 {
color: #2a7c9d;
}
/* CSS Variables */
:root {
--color-1: #f4e6e6;
--color-2: #c1d9e1;
--color-3: #89b8d7;
--color-4: #4a99c4;
--color-5: #2a7c9d;
}
Blue Jellyfish background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e6e6, #c1d9e1, #89b8d7, #4a99c4, #2a7c9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e6e6, #c1d9e1, #89b8d7, #4a99c4, #2a7c9d);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Jellyfish color palette created on .