Paleta de colores Earthy Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Harmony palette

Compartir esta paleta en:

CSS de la paleta de colores Earthy Harmony

/* CSS */
.color-1 {
color: #795939;
}
.color-2 {
color: #a44d28;
}
.color-3 {
color: #d66b3d;
}
.color-4 {
color: #e9b58b;
}
.color-5 {
color: #f2d09c;
}

/* CSS Variables */
:root {
--color-1: #795939;
--color-2: #a44d28;
--color-3: #d66b3d;
--color-4: #e9b58b;
--color-5: #f2d09c;
}

CSS del degradado de fondo Earthy Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #795939, #a44d28, #d66b3d, #e9b58b, #f2d09c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #795939, #a44d28, #d66b3d, #e9b58b, #f2d09c);
}

Earthy Harmony color palette created on .