Paleta de colores Warm Green Growth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Green Growth palette
CSS de la paleta de colores Warm Green Growth
/* CSS */
.color-1 {
color: #a95d2d;
}
.color-2 {
color: #d89b5a;
}
.color-3 {
color: #ebcb8e;
}
.color-4 {
color: #a7d9a6;
}
.color-5 {
color: #2a8d5c;
}
/* CSS Variables */
:root {
--color-1: #a95d2d;
--color-2: #d89b5a;
--color-3: #ebcb8e;
--color-4: #a7d9a6;
--color-5: #2a8d5c;
}
CSS del degradado de fondo Warm Green Growth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a95d2d, #d89b5a, #ebcb8e, #a7d9a6, #2a8d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a95d2d, #d89b5a, #ebcb8e, #a7d9a6, #2a8d5c);
}
Paletas de colores similares
Warm Green Growth color palette created on .