Bubbly Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bubbly Blue palette

Share this palette to:

Bubbly Blue color palette CSS

/* CSS */
.color-1 {
color: #59b7e3;
}
.color-2 {
color: #4d9bcb;
}
.color-3 {
color: #3b7fbf;
}
.color-4 {
color: #2a6993;
}
.color-5 {
color: #1b5579;
}

/* CSS Variables */
:root {
--color-1: #59b7e3;
--color-2: #4d9bcb;
--color-3: #3b7fbf;
--color-4: #2a6993;
--color-5: #1b5579;
}

Bubbly Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59b7e3, #4d9bcb, #3b7fbf, #2a6993, #1b5579);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59b7e3, #4d9bcb, #3b7fbf, #2a6993, #1b5579);
}

Bubbly Blue color palette created on .