Paleta de colores Whispers of Earthy Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Earthy Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Earthy Elegance

/* CSS */
.color-1 {
color: #d8d2ca;
}
.color-2 {
color: #b7a89a;
}
.color-3 {
color: #bc8929;
}
.color-4 {
color: #857366;
}
.color-5 {
color: #594331;
}

/* CSS Variables */
:root {
--color-1: #d8d2ca;
--color-2: #b7a89a;
--color-3: #bc8929;
--color-4: #857366;
--color-5: #594331;
}

CSS del degradado de fondo Whispers of Earthy Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d2ca, #b7a89a, #bc8929, #857366, #594331);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d2ca, #b7a89a, #bc8929, #857366, #594331);
}

Paletas de colores similares

Whispers of Earthy Elegance color palette created on .