Earthy Serenity Color Palette
Discover the beautiful Earthy Serenity color palette featuring gurkha (#999a79), spring rain (#a6c9a8), grain brown (#e2d1b6), lavender gray (#c2b3d5) and shilo (#e4aab2).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Green, Soft, Light Summer, Warm 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 Earthy Serenity palette
💻 Earthy Serenity color palette CSS
/* CSS */
.color-1 {
color: #999a79;
}
.color-2 {
color: #a6c9a8;
}
.color-3 {
color: #e2d1b6;
}
.color-4 {
color: #c2b3d5;
}
.color-5 {
color: #e4aab2;
}
/* CSS Variables */
:root {
--color-1: #999a79;
--color-2: #a6c9a8;
--color-3: #e2d1b6;
--color-4: #c2b3d5;
--color-5: #e4aab2;
}
🌈 Earthy Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #999a79, #a6c9a8, #e2d1b6, #c2b3d5, #e4aab2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #999a79, #a6c9a8, #e2d1b6, #c2b3d5, #e4aab2);
}
🔗 Explore similar color palettes
Earthy Serenity color palette created on .