Paleta de colores Earthy Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Serenity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Earthy Serenity

Download earthy serenity color palette PNG image (landscape)
Download earthy serenity color palette PNG image (square)

CSS de la paleta de colores Earthy Serenity

/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #7ecf59;
}
.color-3 {
color: #b5e2a6;
}
.color-4 {
color: #d4c09b;
}
.color-5 {
color: #c4a06e;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #7ecf59;
--color-3: #b5e2a6;
--color-4: #d4c09b;
--color-5: #c4a06e;
}

CSS del degradado de fondo Earthy Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #7ecf59, #b5e2a6, #d4c09b, #c4a06e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #7ecf59, #b5e2a6, #d4c09b, #c4a06e);
}

Earthy Serenity color palette created on .