Golden Bubbles Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Bubbles palette
Color Inspiration
Images that showcase this color palette in real designs
Download Golden Bubbles Color Palette (PNG)
Golden Bubbles color palette CSS
/* CSS */
.color-1 {
color: #e8caab;
}
.color-2 {
color: #f2d2b1;
}
.color-3 {
color: #f7e8b1;
}
.color-4 {
color: #d3b78d;
}
.color-5 {
color: #d0a05d;
}
/* CSS Variables */
:root {
--color-1: #e8caab;
--color-2: #f2d2b1;
--color-3: #f7e8b1;
--color-4: #d3b78d;
--color-5: #d0a05d;
}
Golden Bubbles background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8caab, #f2d2b1, #f7e8b1, #d3b78d, #d0a05d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8caab, #f2d2b1, #f7e8b1, #d3b78d, #d0a05d);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Golden Bubbles color palette created on .