Pink Jellyfish Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Jellyfish palette
Pink Jellyfish color palette CSS
/* CSS */
.color-1 {
color: #ff8080;
}
.color-2 {
color: #ffb3b3;
}
.color-3 {
color: #ffd1b3;
}
.color-4 {
color: #b3e0ff;
}
.color-5 {
color: #ffccff;
}
/* CSS Variables */
:root {
--color-1: #ff8080;
--color-2: #ffb3b3;
--color-3: #ffd1b3;
--color-4: #b3e0ff;
--color-5: #ffccff;
}
Pink Jellyfish background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8080, #ffb3b3, #ffd1b3, #b3e0ff, #ffccff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8080, #ffb3b3, #ffd1b3, #b3e0ff, #ffccff);
}
Similar color palettes
Pink Jellyfish color palette created on .