Google Colors Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Google Colors palette
Google Colors color palette CSS
/* CSS */
.color-1 {
color: #4387f4;
}
.color-2 {
color: #34a853;
}
.color-3 {
color: #fbbd04;
}
.color-4 {
color: #ea4334;
}
.color-5 {
color: #f3f4f6;
}
/* CSS Variables */
:root {
--color-1: #4387f4;
--color-2: #34a853;
--color-3: #fbbd04;
--color-4: #ea4334;
--color-5: #f3f4f6;
}
Google Colors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4387f4, #34a853, #fbbd04, #ea4334, #f3f4f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4387f4, #34a853, #fbbd04, #ea4334, #f3f4f6);
}
Similar color palettes
Scroll down to explore 100+ Blue color palettes
- Lizzie's Garden of Dreams
- Delicate Blue Green
- Green Blue Cocktail
- Bright Yellow
- Groovy Garden Fiesta
- Yellow Eclipse
- Frosted Glade
- Red Apple
- Vibrant Pink
- Abyssal Serenity
- Shades of Red
- Blue Green Yellow Watercolor
- Whispers of Hashinia
- Hopeful Horizons
- Comic Canvas Dreamscape
- Vibrant Horizon
- Titan's Embrace
- Sunset Grove
Google Colors color palette created on .