Lovely Hazel Eyes Color Palette

Discover the beautiful Lovely Hazel Eyes color palette featuring millbrook (#503b2b), roman coffee (#7c5b4b), sandal (#a47f6a), pavlova (#d6c39f) and parchment (#f0e6d1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withHazel, Brown, Cream, Tan, Earthy, Soft, Warm, Neutral, Light 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 Lovely Hazel Eyes palette

Share this palette to:

💻 Lovely Hazel Eyes color palette CSS

/* CSS */
.color-1 {
color: #503b2b;
}
.color-2 {
color: #7c5b4b;
}
.color-3 {
color: #a47f6a;
}
.color-4 {
color: #d6c39f;
}
.color-5 {
color: #f0e6d1;
}

/* CSS Variables */
:root {
--color-1: #503b2b;
--color-2: #7c5b4b;
--color-3: #a47f6a;
--color-4: #d6c39f;
--color-5: #f0e6d1;
}

🌈 Lovely Hazel Eyes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #503b2b, #7c5b4b, #a47f6a, #d6c39f, #f0e6d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #503b2b, #7c5b4b, #a47f6a, #d6c39f, #f0e6d1);
}

Lovely Hazel Eyes color palette created on .