Fallout Color Palette
Discover the beautiful Fallout color palette featuring tom thumb (#4a5f3f), asparagus (#8b9a5b), tacha (#d1c75c), tulip tree (#e99e49) and red damask (#d66d4c).
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 Fallout palette
💻 Fallout color palette CSS
/* CSS */
.color-1 {
color: #4a5f3f;
}
.color-2 {
color: #8b9a5b;
}
.color-3 {
color: #d1c75c;
}
.color-4 {
color: #e99e49;
}
.color-5 {
color: #d66d4c;
}
/* CSS Variables */
:root {
--color-1: #4a5f3f;
--color-2: #8b9a5b;
--color-3: #d1c75c;
--color-4: #e99e49;
--color-5: #d66d4c;
}
🌈 Fallout background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a5f3f, #8b9a5b, #d1c75c, #e99e49, #d66d4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a5f3f, #8b9a5b, #d1c75c, #e99e49, #d66d4c);
}
🔗 Explore similar color palettes
Fallout color palette created on .