Paleta de colores Sunny Yellow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunny Yellow palette
CSS de la paleta de colores Sunny Yellow
/* CSS */
.color-1 {
color: #f6bb3c;
}
.color-2 {
color: #f2c84a;
}
.color-3 {
color: #f9e8a4;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #7fc4d7;
}
/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f2c84a;
--color-3: #f9e8a4;
--color-4: #a7d7b8;
--color-5: #7fc4d7;
}
CSS del degradado de fondo Sunny Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f2c84a, #f9e8a4, #a7d7b8, #7fc4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f2c84a, #f9e8a4, #a7d7b8, #7fc4d7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Sunny Yellow color palette created on .