Normal Color Palette

Discover the beautiful Normal color palette featuring mantle (#909995), tide (#bbb7ab), bone (#dec6ba), bone (#e4d6c5) and bizarre (#eee1d9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Earthy, Gray, Minimalist, Modern, Neutral, Soft, 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 Normal palette

Share this palette to:

💻 Normal color palette CSS

/* CSS */
.color-1 {
color: #909995;
}
.color-2 {
color: #bbb7ab;
}
.color-3 {
color: #dec6ba;
}
.color-4 {
color: #e4d6c5;
}
.color-5 {
color: #eee1d9;
}

/* CSS Variables */
:root {
--color-1: #909995;
--color-2: #bbb7ab;
--color-3: #dec6ba;
--color-4: #e4d6c5;
--color-5: #eee1d9;
}

🌈 Normal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #909995, #bbb7ab, #dec6ba, #e4d6c5, #eee1d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #909995, #bbb7ab, #dec6ba, #e4d6c5, #eee1d9);
}

Normal color palette created on .