Paleta de colores Google Calendar
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Google Calendar palette
Descargar la paleta de colores Google Calendar (PNG)
CSS de la paleta de colores Google Calendar
/* 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;
}
CSS del degradado de fondo Google Calendar
/* 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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Azul
Google Calendar color palette created on .