Earthy Serenity Color Palette
Discover the beautiful Earthy Serenity color palette featuring akaroa (#d8c2b0), opal (#a9c1b9), acapulco (#7db09b), spring rain (#b1c8b7) and cashmere (#e5b69f).
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 Earthy Serenity palette
💻 Earthy Serenity color palette CSS
/* CSS */
.color-1 {
color: #d8c2b0;
}
.color-2 {
color: #a9c1b9;
}
.color-3 {
color: #7db09b;
}
.color-4 {
color: #b1c8b7;
}
.color-5 {
color: #e5b69f;
}
/* CSS Variables */
:root {
--color-1: #d8c2b0;
--color-2: #a9c1b9;
--color-3: #7db09b;
--color-4: #b1c8b7;
--color-5: #e5b69f;
}
🌈 Earthy Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c2b0, #a9c1b9, #7db09b, #b1c8b7, #e5b69f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c2b0, #a9c1b9, #7db09b, #b1c8b7, #e5b69f);
}
🔗 Explore similar color palettes
Earthy Serenity color palette created on .