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