Aquatic Jelly Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aquatic Jelly palette
Aquatic Jelly color palette PNG image
Aquatic Jelly color palette CSS
/* CSS */
.color-1 {
color: #5db3da;
}
.color-2 {
color: #77d0e4;
}
.color-3 {
color: #9be0ee;
}
.color-4 {
color: #bfecf3;
}
.color-5 {
color: #eaf7fa;
}
/* CSS Variables */
:root {
--color-1: #5db3da;
--color-2: #77d0e4;
--color-3: #9be0ee;
--color-4: #bfecf3;
--color-5: #eaf7fa;
}
Aquatic Jelly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5db3da, #77d0e4, #9be0ee, #bfecf3, #eaf7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5db3da, #77d0e4, #9be0ee, #bfecf3, #eaf7fa);
}
Similar color palettes
Aquatic Jelly color palette created on .