Paleta de colores Whispers of Earth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Earth palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Earth

/* CSS */
.color-1 {
color: #f0f0ea;
}
.color-2 {
color: #b7aea4;
}
.color-3 {
color: #957b65;
}
.color-4 {
color: #836a54;
}
.color-5 {
color: #725b46;
}

/* CSS Variables */
:root {
--color-1: #f0f0ea;
--color-2: #b7aea4;
--color-3: #957b65;
--color-4: #836a54;
--color-5: #725b46;
}

CSS del degradado de fondo Whispers of Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f0ea, #b7aea4, #957b65, #836a54, #725b46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f0ea, #b7aea4, #957b65, #836a54, #725b46);
}

Whispers of Earth color palette created on .