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: #f5f7f3;
}
.color-2 {
color: #978982;
}
.color-3 {
color: #55483f;
}
.color-4 {
color: #3b4431;
}
.color-5 {
color: #422e29;
}

/* CSS Variables */
:root {
--color-1: #f5f7f3;
--color-2: #978982;
--color-3: #55483f;
--color-4: #3b4431;
--color-5: #422e29;
}

CSS del degradado de fondo Whispers of Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f7f3, #978982, #55483f, #3b4431, #422e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f7f3, #978982, #55483f, #3b4431, #422e29);
}

Whispers of Earth color palette created on .