Damp Wine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Damp Wine palette
Damp Wine color palette PNG image
Damp Wine color palette CSS
/* CSS */
.color-1 {
color: #5f2b3d;
}
.color-2 {
color: #8c4a5c;
}
.color-3 {
color: #c16c7b;
}
.color-4 {
color: #f4a69f;
}
.color-5 {
color: #f9d2c8;
}
/* CSS Variables */
:root {
--color-1: #5f2b3d;
--color-2: #8c4a5c;
--color-3: #c16c7b;
--color-4: #f4a69f;
--color-5: #f9d2c8;
}
Damp Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f2b3d, #8c4a5c, #c16c7b, #f4a69f, #f9d2c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f2b3d, #8c4a5c, #c16c7b, #f4a69f, #f9d2c8);
}
Similar color palettes
Damp Wine color palette created on .