Paleta de colores Yellow Sunshine
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Yellow Sunshine palette
CSS de la paleta de colores Yellow Sunshine
/* CSS */
.color-1 {
color: #f5b800;
}
.color-2 {
color: #fac800;
}
.color-3 {
color: #fdd835;
}
.color-4 {
color: #ffd942;
}
.color-5 {
color: #ffec3d;
}
/* CSS Variables */
:root {
--color-1: #f5b800;
--color-2: #fac800;
--color-3: #fdd835;
--color-4: #ffd942;
--color-5: #ffec3d;
}
CSS del degradado de fondo Yellow Sunshine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b800, #fac800, #fdd835, #ffd942, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b800, #fac800, #fdd835, #ffd942, #ffec3d);
}
Paletas de colores similares
Yellow Sunshine color palette created on .