Paleta de colores Sustainable Luxury
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sustainable Luxury palette
Imagen PNG de la paleta de colores Sustainable Luxury
CSS de la paleta de colores Sustainable Luxury
/* CSS */
.color-1 {
color: #8bc34b;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #009485;
}
.color-4 {
color: #007a6c;
}
.color-5 {
color: #004d40;
}
/* CSS Variables */
:root {
--color-1: #8bc34b;
--color-2: #4cae4f;
--color-3: #009485;
--color-4: #007a6c;
--color-5: #004d40;
}
CSS del degradado de fondo Sustainable Luxury
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8bc34b, #4cae4f, #009485, #007a6c, #004d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8bc34b, #4cae4f, #009485, #007a6c, #004d40);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10 paletas de colores Verde
Sustainable Luxury color palette created on .