Elegant Blush & Wine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Blush & Wine palette

Share this palette to:

Elegant Blush & Wine color palette PNG image

Download elegant blush & wine color palette PNG image (landscape)
Download elegant blush & wine color palette PNG image (square)

Elegant Blush & Wine color palette CSS

/* CSS */
.color-1 {
color: #f6e5d5;
}
.color-2 {
color: #bfbfbf;
}
.color-3 {
color: #792a3d;
}
.color-4 {
color: #f1b1c3;
}
.color-5 {
color: #a65e8d;
}

/* CSS Variables */
:root {
--color-1: #f6e5d5;
--color-2: #bfbfbf;
--color-3: #792a3d;
--color-4: #f1b1c3;
--color-5: #a65e8d;
}

Elegant Blush & Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5d5, #bfbfbf, #792a3d, #f1b1c3, #a65e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5d5, #bfbfbf, #792a3d, #f1b1c3, #a65e8d);
}

Elegant Blush & Wine color palette created on .