Paleta de colores Rustic Earth Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rustic Earth Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Rustic Earth Whisper

/* CSS */
.color-1 {
color: #b7b29f;
}
.color-2 {
color: #9b9787;
}
.color-3 {
color: #898470;
}
.color-4 {
color: #726f5f;
}
.color-5 {
color: #7e6749;
}

/* CSS Variables */
:root {
--color-1: #b7b29f;
--color-2: #9b9787;
--color-3: #898470;
--color-4: #726f5f;
--color-5: #7e6749;
}

CSS del degradado de fondo Rustic Earth Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7b29f, #9b9787, #898470, #726f5f, #7e6749);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7b29f, #9b9787, #898470, #726f5f, #7e6749);
}

Rustic Earth Whisper color palette created on .