Dark Wine Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Wine Shades palette

Share this palette to:

Dark Wine Shades color palette CSS

/* CSS */
.color-1 {
color: #240f14;
}
.color-2 {
color: #431e28;
}
.color-3 {
color: #562f4c;
}
.color-4 {
color: #5a3049;
}
.color-5 {
color: #613846;
}

/* CSS Variables */
:root {
--color-1: #240f14;
--color-2: #431e28;
--color-3: #562f4c;
--color-4: #5a3049;
--color-5: #613846;
}

Dark Wine Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #240f14, #431e28, #562f4c, #5a3049, #613846);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #240f14, #431e28, #562f4c, #5a3049, #613846);
}

Dark Wine Shades color palette created on .