Rustic Earth Whisper Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rustic Earth Whisper palette

Condividi questa palette a:

tavolozza dei colori Rustic Earth Whisper CSS

/* 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 con gradiente di sfondo 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 .