Paleta de colores Forest Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Forest Serenity palette
CSS de la paleta de colores Forest Serenity
/* CSS */
.color-1 {
color: #4a6935;
}
.color-2 {
color: #2c3f2f;
}
.color-3 {
color: #1c2c1e;
}
.color-4 {
color: #4a692b;
}
.color-5 {
color: #79bf4a;
}
/* CSS Variables */
:root {
--color-1: #4a6935;
--color-2: #2c3f2f;
--color-3: #1c2c1e;
--color-4: #4a692b;
--color-5: #79bf4a;
}
CSS del degradado de fondo Forest Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6935, #2c3f2f, #1c2c1e, #4a692b, #79bf4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6935, #2c3f2f, #1c2c1e, #4a692b, #79bf4a);
}
Paletas de colores similares
Forest Serenity color palette created on .