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