Shades of Alabaster Color Palette
Discover the beautiful Shades of Alabaster color palette featuring porcelain (#f6f8f8), iron (#e0e4e6), jungle mist (#c0d6d8), jungle mist (#a4c9cb) and neptune (#86b9bb).
Brightness
Saturation
Warmth
💡 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 Shades of Alabaster palette
💻 Shades of Alabaster color palette CSS
/* CSS */
.color-1 {
color: #f6f8f8;
}
.color-2 {
color: #e0e4e6;
}
.color-3 {
color: #c0d6d8;
}
.color-4 {
color: #a4c9cb;
}
.color-5 {
color: #86b9bb;
}
/* CSS Variables */
:root {
--color-1: #f6f8f8;
--color-2: #e0e4e6;
--color-3: #c0d6d8;
--color-4: #a4c9cb;
--color-5: #86b9bb;
} 🌈 Shades of Alabaster background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f8f8, #e0e4e6, #c0d6d8, #a4c9cb, #86b9bb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f8f8, #e0e4e6, #c0d6d8, #a4c9cb, #86b9bb);
} 🔗 Explore similar color palettes
Shades of Alabaster color palette created on .