Paleta de colores Earthy Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Harmony palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Earthy Harmony

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

CSS de la paleta de colores Earthy Harmony

/* CSS */
.color-1 {
color: #2f4b40;
}
.color-2 {
color: #b4c8a7;
}
.color-3 {
color: #f8d57c;
}
.color-4 {
color: #7b5b2d;
}
.color-5 {
color: #503b2b;
}

/* CSS Variables */
:root {
--color-1: #2f4b40;
--color-2: #b4c8a7;
--color-3: #f8d57c;
--color-4: #7b5b2d;
--color-5: #503b2b;
}

CSS del degradado de fondo Earthy Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f4b40, #b4c8a7, #f8d57c, #7b5b2d, #503b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f4b40, #b4c8a7, #f8d57c, #7b5b2d, #503b2b);
}

Earthy Harmony color palette created on .