Paleta de colores Soft Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Green palette
CSS de la paleta de colores Soft Green
/* CSS */
.color-1 {
color: #4b8d2a;
}
.color-2 {
color: #6ab0e2;
}
.color-3 {
color: #f2b1c0;
}
.color-4 {
color: #e1d2b7;
}
.color-5 {
color: #5c7c93;
}
/* CSS Variables */
:root {
--color-1: #4b8d2a;
--color-2: #6ab0e2;
--color-3: #f2b1c0;
--color-4: #e1d2b7;
--color-5: #5c7c93;
}
CSS del degradado de fondo Soft Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8d2a, #6ab0e2, #f2b1c0, #e1d2b7, #5c7c93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8d2a, #6ab0e2, #f2b1c0, #e1d2b7, #5c7c93);
}
Paletas de colores similares
No se encontraron paletas
Prueba con filtros diferentes o limpia tu selección actual.
Soft Green color palette created on .