Google Calendar Color Palette
Discover the beautiful Google Calendar color palette featuring cornflower blue (#4387f4), chateau green (#34a853), amber (#fbbd04), cinnabar (#ea4334) and electric violet (#a143f4).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Google Calendar palette
💻 Google Calendar color palette CSS
/* CSS */
.color-1 {
color: #4387f4;
}
.color-2 {
color: #34a853;
}
.color-3 {
color: #fbbd04;
}
.color-4 {
color: #ea4334;
}
.color-5 {
color: #a143f4;
}
/* CSS Variables */
:root {
--color-1: #4387f4;
--color-2: #34a853;
--color-3: #fbbd04;
--color-4: #ea4334;
--color-5: #a143f4;
} 🌈 Google Calendar background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4387f4, #34a853, #fbbd04, #ea4334, #a143f4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4387f4, #34a853, #fbbd04, #ea4334, #a143f4);
} 🔗 Explore similar color palettes
Google Calendar color palette created on .