Light Blue Bubbles Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Blue Bubbles palette

Share this palette to:

Light Blue Bubbles color palette CSS

/* CSS */
.color-1 {
color: #a6d7e7;
}
.color-2 {
color: #f1b1c3;
}
.color-3 {
color: #fce6ab;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #efa595;
}

/* CSS Variables */
:root {
--color-1: #a6d7e7;
--color-2: #f1b1c3;
--color-3: #fce6ab;
--color-4: #f6b83c;
--color-5: #efa595;
}

Light Blue Bubbles background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d7e7, #f1b1c3, #fce6ab, #f6b83c, #efa595);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d7e7, #f1b1c3, #fce6ab, #f6b83c, #efa595);
}

Light Blue Bubbles color palette created on .