Vintner's Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vintner's Whisper palette

Share this palette to:

Vintner's Whisper color palette 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;
}

Vintner's Whisper background gradient CSS

/* 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);
}

Similar color palettes

Vintner's Whisper color palette created on .