Wine Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wine Bliss palette

Share this palette to:

Wine Bliss color palette PNG image

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

Wine Bliss color palette CSS

/* CSS */
.color-1 {
color: #9b2c2f;
}
.color-2 {
color: #c75c6e;
}
.color-3 {
color: #e0a3b9;
}
.color-4 {
color: #e2b03c;
}
.color-5 {
color: #6a4b39;
}

/* CSS Variables */
:root {
--color-1: #9b2c2f;
--color-2: #c75c6e;
--color-3: #e0a3b9;
--color-4: #e2b03c;
--color-5: #6a4b39;
}

Wine Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b2c2f, #c75c6e, #e0a3b9, #e2b03c, #6a4b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b2c2f, #c75c6e, #e0a3b9, #e2b03c, #6a4b39);
}

Wine Bliss color palette created on .