Beige Beach Color Palette
Discover the beautiful Beige Beach color palette featuring albescent white (#f6e5d5), bone (#e4cfc3), tan (#d0a48a), sorrell brown (#c5a17d) and teak (#b49b6a).
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 Beige Beach palette
💻 Beige Beach color palette CSS
/* CSS */
.color-1 {
color: #f6e5d5;
}
.color-2 {
color: #e4cfc3;
}
.color-3 {
color: #d0a48a;
}
.color-4 {
color: #c5a17d;
}
.color-5 {
color: #b49b6a;
}
/* CSS Variables */
:root {
--color-1: #f6e5d5;
--color-2: #e4cfc3;
--color-3: #d0a48a;
--color-4: #c5a17d;
--color-5: #b49b6a;
}
🌈 Beige Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5d5, #e4cfc3, #d0a48a, #c5a17d, #b49b6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5d5, #e4cfc3, #d0a48a, #c5a17d, #b49b6a);
}
🔗 Explore similar color palettes
Beige Beach color palette created on .