Vino Elegante Color Palette
Discover the beautiful Vino Elegante color palette featuring crown of thorns (#7b1e26), swirl (#d5cec3), merino (#f6f3e4), dune (#2e2a29) and don juan (#5c4d4d).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Vino Elegante palette
๐ป Vino Elegante color palette CSS
/* CSS */
.color-1 {
color: #7b1e26;
}
.color-2 {
color: #d5cec3;
}
.color-3 {
color: #f6f3e4;
}
.color-4 {
color: #2e2a29;
}
.color-5 {
color: #5c4d4d;
}
/* CSS Variables */
:root {
--color-1: #7b1e26;
--color-2: #d5cec3;
--color-3: #f6f3e4;
--color-4: #2e2a29;
--color-5: #5c4d4d;
}
๐ Vino Elegante background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b1e26, #d5cec3, #f6f3e4, #2e2a29, #5c4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b1e26, #d5cec3, #f6f3e4, #2e2a29, #5c4d4d);
}
๐ Explore similar color palettes
Vino Elegante color palette created on .