Paleta de colores Serene Garden

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Garden palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Garden

/* CSS */
.color-1 {
color: #78c486;
}
.color-2 {
color: #a2d8b6;
}
.color-3 {
color: #d7e5da;
}
.color-4 {
color: #f2f4e1;
}
.color-5 {
color: #f9d3a4;
}

/* CSS Variables */
:root {
--color-1: #78c486;
--color-2: #a2d8b6;
--color-3: #d7e5da;
--color-4: #f2f4e1;
--color-5: #f9d3a4;
}

CSS del degradado de fondo Serene Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78c486, #a2d8b6, #d7e5da, #f2f4e1, #f9d3a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78c486, #a2d8b6, #d7e5da, #f2f4e1, #f9d3a4);
}

Serene Garden color palette created on .