Eerie Vanilla Color Palette

Discover the beautiful Eerie Vanilla color palette featuring grain brown (#e4d1b4), akaroa (#d3c7a7), norway (#a9bca9), patina (#6a9a8c) and cutty sark (#4e6a69).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCoastal, Earthy, Green, Light, Neutral, Retro, Soft, Vanilla 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 Eerie Vanilla palette

Share this palette to:

💻 Eerie Vanilla color palette CSS

/* CSS */
.color-1 {
color: #e4d1b4;
}
.color-2 {
color: #d3c7a7;
}
.color-3 {
color: #a9bca9;
}
.color-4 {
color: #6a9a8c;
}
.color-5 {
color: #4e6a69;
}

/* CSS Variables */
:root {
--color-1: #e4d1b4;
--color-2: #d3c7a7;
--color-3: #a9bca9;
--color-4: #6a9a8c;
--color-5: #4e6a69;
}

🌈 Eerie Vanilla background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d1b4, #d3c7a7, #a9bca9, #6a9a8c, #4e6a69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d1b4, #d3c7a7, #a9bca9, #6a9a8c, #4e6a69);
}

Eerie Vanilla color palette created on .