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