Wine Tasting Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wine Tasting palette

Share this palette to:

Wine Tasting color palette PNG image

Download wine tasting color palette PNG image (landscape)
Download wine tasting color palette PNG image (square)

Wine Tasting color palette CSS

/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #9a5b7a;
}
.color-3 {
color: #d2a7b8;
}
.color-4 {
color: #f2d4e7;
}
.color-5 {
color: #f0b7b7;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #9a5b7a;
--color-3: #d2a7b8;
--color-4: #f2d4e7;
--color-5: #f0b7b7;
}

Wine Tasting background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #9a5b7a, #d2a7b8, #f2d4e7, #f0b7b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #9a5b7a, #d2a7b8, #f2d4e7, #f0b7b7);
}

Wine Tasting color palette created on .