Blue Jellyfish Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Jellyfish palette

Share this palette to:

Blue Jellyfish color palette CSS

/* CSS */
.color-1 {
color: #64b3e8;
}
.color-2 {
color: #4bbe8e;
}
.color-3 {
color: #f9d86c;
}
.color-4 {
color: #f76959;
}
.color-5 {
color: #b65d8d;
}

/* CSS Variables */
:root {
--color-1: #64b3e8;
--color-2: #4bbe8e;
--color-3: #f9d86c;
--color-4: #f76959;
--color-5: #b65d8d;
}

Blue Jellyfish background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #64b3e8, #4bbe8e, #f9d86c, #f76959, #b65d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #64b3e8, #4bbe8e, #f9d86c, #f76959, #b65d8d);
}

Blue Jellyfish color palette created on .