Paleta de colores Lush Spring Awakening

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Lush Spring Awakening palette

Compartir esta paleta en:

CSS de la paleta de colores Lush Spring Awakening

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e5eacc;
}
.color-3 {
color: #c8eb3d;
}
.color-4 {
color: #b0c99c;
}
.color-5 {
color: #47c615;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e5eacc;
--color-3: #c8eb3d;
--color-4: #b0c99c;
--color-5: #47c615;
}

CSS del degradado de fondo Lush Spring Awakening

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e5eacc, #c8eb3d, #b0c99c, #47c615);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e5eacc, #c8eb3d, #b0c99c, #47c615);
}

Lush Spring Awakening color palette created on .