Dr. Pinkie Color Palette

Discover the beautiful Dr. Pinkie color palette featuring shocking (#e28da1), cashmere (#e8aca1), beauty bush (#eec1ba), wheatfield (#f2e7ca) and zinnwaldite (#ecc7b1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Peach, Cream, Tan, Soft, Warm, Earthy, Boho, Aesthetic, Vintage 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. Pinkie palette

Share this palette to:

💻 Dr. Pinkie color palette CSS

/* CSS */
.color-1 {
color: #e28da1;
}
.color-2 {
color: #e8aca1;
}
.color-3 {
color: #eec1ba;
}
.color-4 {
color: #f2e7ca;
}
.color-5 {
color: #ecc7b1;
}

/* CSS Variables */
:root {
--color-1: #e28da1;
--color-2: #e8aca1;
--color-3: #eec1ba;
--color-4: #f2e7ca;
--color-5: #ecc7b1;
}

🌈 Dr. Pinkie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e28da1, #e8aca1, #eec1ba, #f2e7ca, #ecc7b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e28da1, #e8aca1, #eec1ba, #f2e7ca, #ecc7b1);
}

Dr. Pinkie color palette created on .