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