Blue Bubble Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Bubble palette
Blue Bubble color palette CSS
/* CSS */
.color-1 {
color: #a1d6e8;
}
.color-2 {
color: #f8b9ce;
}
.color-3 {
color: #f6d55a;
}
.color-4 {
color: #3f89c6;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #a1d6e8;
--color-2: #f8b9ce;
--color-3: #f6d55a;
--color-4: #3f89c6;
--color-5: #ff6e61;
}
Blue Bubble background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d6e8, #f8b9ce, #f6d55a, #3f89c6, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d6e8, #f8b9ce, #f6d55a, #3f89c6, #ff6e61);
}
Similar color palettes
Blue Bubble color palette created on .