Eggshell Serenity Color Palette
Discover the beautiful Eggshell Serenity color palette featuring aths special (#eee3d3), grain brown (#e4d1b9), bison hide (#c5b5a5), hillary (#b0a08d) and donkey brown (#a18b7d).
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 Eggshell Serenity palette
💻 Eggshell Serenity color palette CSS
/* CSS */
.color-1 {
color: #eee3d3;
}
.color-2 {
color: #e4d1b9;
}
.color-3 {
color: #c5b5a5;
}
.color-4 {
color: #b0a08d;
}
.color-5 {
color: #a18b7d;
}
/* CSS Variables */
:root {
--color-1: #eee3d3;
--color-2: #e4d1b9;
--color-3: #c5b5a5;
--color-4: #b0a08d;
--color-5: #a18b7d;
} 🌈 Eggshell Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eee3d3, #e4d1b9, #c5b5a5, #b0a08d, #a18b7d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eee3d3, #e4d1b9, #c5b5a5, #b0a08d, #a18b7d);
} 🔗 Explore similar color palettes
Eggshell Serenity color palette created on .