Beige Morning Color Palette
Discover the beautiful Beige Morning color palette featuring wheat (#f5e3b2), pancho (#e9caa5), akaroa (#d4b7a1), quicksand (#c2a69e) and bronco (#b0a59b).
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 Morning palette
💻 Beige Morning color palette CSS
/* CSS */
.color-1 {
color: #f5e3b2;
}
.color-2 {
color: #e9caa5;
}
.color-3 {
color: #d4b7a1;
}
.color-4 {
color: #c2a69e;
}
.color-5 {
color: #b0a59b;
}
/* CSS Variables */
:root {
--color-1: #f5e3b2;
--color-2: #e9caa5;
--color-3: #d4b7a1;
--color-4: #c2a69e;
--color-5: #b0a59b;
}
🌈 Beige Morning background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e3b2, #e9caa5, #d4b7a1, #c2a69e, #b0a59b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e3b2, #e9caa5, #d4b7a1, #c2a69e, #b0a59b);
}
🔗 Explore similar color palettes
Beige Morning color palette created on .