Denim and Wine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Denim and Wine palette
Denim and Wine color palette PNG image
Denim and Wine color palette CSS
/* CSS */
.color-1 {
color: #1e4e7b;
}
.color-2 {
color: #8a9cb2;
}
.color-3 {
color: #c07797;
}
.color-4 {
color: #af4b4e;
}
.color-5 {
color: #682c3a;
}
/* CSS Variables */
:root {
--color-1: #1e4e7b;
--color-2: #8a9cb2;
--color-3: #c07797;
--color-4: #af4b4e;
--color-5: #682c3a;
}
Denim and Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4e7b, #8a9cb2, #c07797, #af4b4e, #682c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4e7b, #8a9cb2, #c07797, #af4b4e, #682c3a);
}
Similar color palettes
Scroll down to explore 1000+ colors.denim color palettes
Denim and Wine color palette created on .