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