Paleta de colores Sunflower
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunflower palette
Imagen PNG de la paleta de colores Sunflower
CSS de la paleta de colores Sunflower
/* CSS */
.color-1 {
color: #f6d12c;
}
.color-2 {
color: #e3b235;
}
.color-3 {
color: #c49d27;
}
.color-4 {
color: #a47d23;
}
.color-5 {
color: #7c5b1d;
}
/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #e3b235;
--color-3: #c49d27;
--color-4: #a47d23;
--color-5: #7c5b1d;
}
CSS del degradado de fondo Sunflower
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #e3b235, #c49d27, #a47d23, #7c5b1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #e3b235, #c49d27, #a47d23, #7c5b1d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 60+ paletas de colores Amarillo
Sunflower color palette created on .