Vintner's Whisper Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vintner's Whisper palette

Condividi questa palette a:

tavolozza dei colori Vintner's Whisper CSS

/* CSS */
.color-1 {
color: #5b2f3b;
}
.color-2 {
color: #9b697a;
}
.color-3 {
color: #c5a6b0;
}
.color-4 {
color: #d8c0d8;
}
.color-5 {
color: #e5c3c2;
}

/* CSS Variables */
:root {
--color-1: #5b2f3b;
--color-2: #9b697a;
--color-3: #c5a6b0;
--color-4: #d8c0d8;
--color-5: #e5c3c2;
}

CSS con gradiente di sfondo Vintner's Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2f3b, #9b697a, #c5a6b0, #d8c0d8, #e5c3c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2f3b, #9b697a, #c5a6b0, #d8c0d8, #e5c3c2);
}

Vintner's Whisper color palette created on .