Wine Berry Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wine Berry Delight palette

Share this palette to:

Wine Berry Delight color palette PNG image

Download wine berry delight color palette PNG image (landscape)
Download wine berry delight color palette PNG image (square)

Wine Berry Delight color palette CSS

/* CSS */
.color-1 {
color: #3e0f20;
}
.color-2 {
color: #6f2a3e;
}
.color-3 {
color: #a05a79;
}
.color-4 {
color: #d89d9e;
}
.color-5 {
color: #f3c3c7;
}

/* CSS Variables */
:root {
--color-1: #3e0f20;
--color-2: #6f2a3e;
--color-3: #a05a79;
--color-4: #d89d9e;
--color-5: #f3c3c7;
}

Wine Berry Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e0f20, #6f2a3e, #a05a79, #d89d9e, #f3c3c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e0f20, #6f2a3e, #a05a79, #d89d9e, #f3c3c7);
}

Wine Berry Delight color palette created on .