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