Loading...

Wine Bearer Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wine Bearer palette

Share this palette to:

Download Wine Bearer Color Palette (PNG)

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

Wine Bearer color palette CSS

/* CSS */
.color-1 {
color: #7c3c3c;
}
.color-2 {
color: #a65e5e;
}
.color-3 {
color: #b58787;
}
.color-4 {
color: #dc9898;
}
.color-5 {
color: #f1c1c1;
}

/* CSS Variables */
:root {
--color-1: #7c3c3c;
--color-2: #a65e5e;
--color-3: #b58787;
--color-4: #dc9898;
--color-5: #f1c1c1;
}

Wine Bearer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c3c3c, #a65e5e, #b58787, #dc9898, #f1c1c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c3c3c, #a65e5e, #b58787, #dc9898, #f1c1c1);
}

Wine Bearer color palette created on .