Rustic Dawn Whisper Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rustic Dawn Whisper palette

Condividi questa palette a:

tavolozza dei colori Rustic Dawn Whisper CSS

/* CSS */
.color-1 {
color: #bdc6ae;
}
.color-2 {
color: #8c9886;
}
.color-3 {
color: #cd751d;
}
.color-4 {
color: #7a7062;
}
.color-5 {
color: #554c3f;
}

/* CSS Variables */
:root {
--color-1: #bdc6ae;
--color-2: #8c9886;
--color-3: #cd751d;
--color-4: #7a7062;
--color-5: #554c3f;
}

CSS con gradiente di sfondo Rustic Dawn Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bdc6ae, #8c9886, #cd751d, #7a7062, #554c3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bdc6ae, #8c9886, #cd751d, #7a7062, #554c3f);
}

Rustic Dawn Whisper color palette created on .