Discover the beautiful Vineyard Reverie color palette featuring plum (#7d2b6e), web orange (#f0a800), kobi (#eab8d1), chalet green (#5c6e3a) and clam shell (#cfb4af).

Vineyard Reverie Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Vineyard Reverie palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Vineyard Reverie palette

Share this palette to:

💻 Vineyard Reverie color palette CSS

/* CSS */
.color-1 {
color: #7d2b6e;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #5c6e3a;
}
.color-5 {
color: #cfb4af;
}

/* CSS Variables */
:root {
--color-1: #7d2b6e;
--color-2: #f0a800;
--color-3: #eab8d1;
--color-4: #5c6e3a;
--color-5: #cfb4af;
}

🌈 Vineyard Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d2b6e, #f0a800, #eab8d1, #5c6e3a, #cfb4af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d2b6e, #f0a800, #eab8d1, #5c6e3a, #cfb4af);
}

Vineyard Reverie color palette created on .