Paleta de colores Warm Earthy Tones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Earthy Tones palette

Compartir esta paleta en:

CSS de la paleta de colores Warm Earthy Tones

/* CSS */
.color-1 {
color: #f9cdae;
}
.color-2 {
color: #efb66c;
}
.color-3 {
color: #d6993d;
}
.color-4 {
color: #a5582c;
}
.color-5 {
color: #7a2a2b;
}

/* CSS Variables */
:root {
--color-1: #f9cdae;
--color-2: #efb66c;
--color-3: #d6993d;
--color-4: #a5582c;
--color-5: #7a2a2b;
}

CSS del degradado de fondo Warm Earthy Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9cdae, #efb66c, #d6993d, #a5582c, #7a2a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9cdae, #efb66c, #d6993d, #a5582c, #7a2a2b);
}

Warm Earthy Tones color palette created on .