Paleta de colores Verdant Symphony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Verdant Symphony palette
CSS de la paleta de colores Verdant Symphony
/* CSS */
.color-1 {
color: #6ebf8d;
}
.color-2 {
color: #4bbe6a;
}
.color-3 {
color: #3bbf4a;
}
.color-4 {
color: #28bd2d;
}
.color-5 {
color: #1dbf1f;
}
/* CSS Variables */
:root {
--color-1: #6ebf8d;
--color-2: #4bbe6a;
--color-3: #3bbf4a;
--color-4: #28bd2d;
--color-5: #1dbf1f;
}
CSS del degradado de fondo Verdant Symphony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ebf8d, #4bbe6a, #3bbf4a, #28bd2d, #1dbf1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ebf8d, #4bbe6a, #3bbf4a, #28bd2d, #1dbf1f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Verde
Verdant Symphony color palette created on .