Paleta de colores Earthy Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Earthy Serenity

/* CSS */
.color-1 {
color: #e7ce8d;
}
.color-2 {
color: #d9b26d;
}
.color-3 {
color: #bfaf5f;
}
.color-4 {
color: #a7c4a1;
}
.color-5 {
color: #6eb9b7;
}

/* CSS Variables */
:root {
--color-1: #e7ce8d;
--color-2: #d9b26d;
--color-3: #bfaf5f;
--color-4: #a7c4a1;
--color-5: #6eb9b7;
}

CSS del degradado de fondo Earthy Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7ce8d, #d9b26d, #bfaf5f, #a7c4a1, #6eb9b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7ce8d, #d9b26d, #bfaf5f, #a7c4a1, #6eb9b7);
}

Earthy Serenity color palette created on .