Alabaster Dream Color Palette

Discover the beautiful Alabaster Dream color palette featuring wild sand (#f5f5f5), mercury (#e8e8e8), alto (#d4d4d4), tower gray (#b2c2c2) and sinbad (#a4d6d6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLight, Neutral, Soft, Bright, White, Gray, Aesthetic, Modern, Minimalist 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 Alabaster Dream palette

Share this palette to:

💻 Alabaster Dream color palette CSS

/* CSS */
.color-1 {
color: #f5f5f5;
}
.color-2 {
color: #e8e8e8;
}
.color-3 {
color: #d4d4d4;
}
.color-4 {
color: #b2c2c2;
}
.color-5 {
color: #a4d6d6;
}

/* CSS Variables */
:root {
--color-1: #f5f5f5;
--color-2: #e8e8e8;
--color-3: #d4d4d4;
--color-4: #b2c2c2;
--color-5: #a4d6d6;
}

🌈 Alabaster Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f5, #e8e8e8, #d4d4d4, #b2c2c2, #a4d6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f5, #e8e8e8, #d4d4d4, #b2c2c2, #a4d6d6);
}

Alabaster Dream color palette created on .