Dr. Edward Grain Color Palette

Discover the beautiful Dr. Edward Grain color palette featuring mulled wine (#5c4d7a), bouquet (#a77b9d), blossom (#e1b7c7), wheat (#f4e4b3) and pavlova (#d9cba0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Earthy, Elegant, Gray, Purple, Soft, Spring, Summer, Vintage, Warm 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 Dr. Edward Grain palette

Share this palette to:

💻 Dr. Edward Grain color palette CSS

/* CSS */
.color-1 {
color: #5c4d7a;
}
.color-2 {
color: #a77b9d;
}
.color-3 {
color: #e1b7c7;
}
.color-4 {
color: #f4e4b3;
}
.color-5 {
color: #d9cba0;
}

/* CSS Variables */
:root {
--color-1: #5c4d7a;
--color-2: #a77b9d;
--color-3: #e1b7c7;
--color-4: #f4e4b3;
--color-5: #d9cba0;
}

🌈 Dr. Edward Grain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4d7a, #a77b9d, #e1b7c7, #f4e4b3, #d9cba0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4d7a, #a77b9d, #e1b7c7, #f4e4b3, #d9cba0);
}

Dr. Edward Grain color palette created on .