Neon Beige Dream Color Palette

Discover the beautiful Neon Beige Dream color palette featuring raffia (#e9d3af), pavlova (#d8c49d), indian khaki (#c5b98c), gimblet (#b8a66b) and barley corn (#a68a59).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Bright, Soft, Earthy, Spring 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 Neon Beige Dream palette

Share this palette to:

💻 Neon Beige Dream color palette CSS

/* CSS */
.color-1 {
color: #e9d3af;
}
.color-2 {
color: #d8c49d;
}
.color-3 {
color: #c5b98c;
}
.color-4 {
color: #b8a66b;
}
.color-5 {
color: #a68a59;
}

/* CSS Variables */
:root {
--color-1: #e9d3af;
--color-2: #d8c49d;
--color-3: #c5b98c;
--color-4: #b8a66b;
--color-5: #a68a59;
}

🌈 Neon Beige Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d3af, #d8c49d, #c5b98c, #b8a66b, #a68a59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d3af, #d8c49d, #c5b98c, #b8a66b, #a68a59);
}

Neon Beige Dream color palette created on .