Beige and Crimson Color Palette
Discover the beautiful Beige and Crimson color palette featuring putty (#e6ca8a), whiskey (#d8a26a), fuzzy wuzzy brown (#c8564e), tall poppy (#b52d28) and sangria (#950404).
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 and Crimson palette
💻 Beige and Crimson color palette CSS
/* CSS */
.color-1 {
color: #e6ca8a;
}
.color-2 {
color: #d8a26a;
}
.color-3 {
color: #c8564e;
}
.color-4 {
color: #b52d28;
}
.color-5 {
color: #950404;
}
/* CSS Variables */
:root {
--color-1: #e6ca8a;
--color-2: #d8a26a;
--color-3: #c8564e;
--color-4: #b52d28;
--color-5: #950404;
} 🌈 Beige and Crimson background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6ca8a, #d8a26a, #c8564e, #b52d28, #950404);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6ca8a, #d8a26a, #c8564e, #b52d28, #950404);
} 🔗 Explore similar color palettes
Beige and Crimson color palette created on .