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: #a8c0a0;
}
.color-2 {
color: #b4d39c;
}
.color-3 {
color: #c9e0b3;
}
.color-4 {
color: #e1f2c5;
}
.color-5 {
color: #f7f9d7;
}
/* CSS Variables */
:root {
--color-1: #a8c0a0;
--color-2: #b4d39c;
--color-3: #c9e0b3;
--color-4: #e1f2c5;
--color-5: #f7f9d7;
}
CSS del degradado de fondo Verdant Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c0a0, #b4d39c, #c9e0b3, #e1f2c5, #f7f9d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c0a0, #b4d39c, #c9e0b3, #e1f2c5, #f7f9d7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Terroso
Verdant Serenity color palette created on .