Paleta de colores Sunshine Garden
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunshine Garden palette
Imagen PNG de la paleta de colores Sunshine Garden
CSS de la paleta de colores Sunshine Garden
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f7c7ab;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #4c9e6c;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #ff6e61;
--color-3: #f7c7ab;
--color-4: #a7d7b8;
--color-5: #4c9e6c;
}
CSS del degradado de fondo Sunshine Garden
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #ff6e61, #f7c7ab, #a7d7b8, #4c9e6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #ff6e61, #f7c7ab, #a7d7b8, #4c9e6c);
}
Paletas de colores similares
Sunshine Garden color palette created on .