Sandy Serenity Color Palette
Discover the beautiful Sandy Serenity color palette featuring pampas (#f1efea), grain brown (#e3d2b0), eunry (#d0b09a), tan (#c89d7e) and teak (#b58769).
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 Sandy Serenity palette
💻 Sandy Serenity color palette CSS
/* CSS */
.color-1 {
color: #f1efea;
}
.color-2 {
color: #e3d2b0;
}
.color-3 {
color: #d0b09a;
}
.color-4 {
color: #c89d7e;
}
.color-5 {
color: #b58769;
}
/* CSS Variables */
:root {
--color-1: #f1efea;
--color-2: #e3d2b0;
--color-3: #d0b09a;
--color-4: #c89d7e;
--color-5: #b58769;
} 🌈 Sandy Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1efea, #e3d2b0, #d0b09a, #c89d7e, #b58769);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1efea, #e3d2b0, #d0b09a, #c89d7e, #b58769);
} 🔗 Explore similar color palettes
Sandy Serenity color palette created on .