Vineria Color Palette

Discover the beautiful Vineria color palette featuring congo brown (#5b393d), au chico (#8f5b60), quicksand (#b99a8d), grain brown (#e1c5b2) and janna (#f4e6d7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Burgundy, Cream, Earthy, Light, Neutral, Soft color palettes and combinations.

💡 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 Vineria palette

Share this palette to:

💻 Vineria color palette CSS

/* CSS */
.color-1 {
color: #5b393d;
}
.color-2 {
color: #8f5b60;
}
.color-3 {
color: #b99a8d;
}
.color-4 {
color: #e1c5b2;
}
.color-5 {
color: #f4e6d7;
}

/* CSS Variables */
:root {
--color-1: #5b393d;
--color-2: #8f5b60;
--color-3: #b99a8d;
--color-4: #e1c5b2;
--color-5: #f4e6d7;
}

🌈 Vineria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b393d, #8f5b60, #b99a8d, #e1c5b2, #f4e6d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b393d, #8f5b60, #b99a8d, #e1c5b2, #f4e6d7);
}

Vineria color palette created on .