Survivor Color Palette
Discover the beautiful Survivor color palette featuring asparagus (#6e914b), spring rain (#aacab6), sidecar (#f4e3c3), manhattan (#f7c6a1) and burnt sienna (#e76a4b).
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 Survivor palette
💻 Survivor color palette CSS
/* CSS */
.color-1 {
color: #6e914b;
}
.color-2 {
color: #aacab6;
}
.color-3 {
color: #f4e3c3;
}
.color-4 {
color: #f7c6a1;
}
.color-5 {
color: #e76a4b;
}
/* CSS Variables */
:root {
--color-1: #6e914b;
--color-2: #aacab6;
--color-3: #f4e3c3;
--color-4: #f7c6a1;
--color-5: #e76a4b;
} 🌈 Survivor background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e914b, #aacab6, #f4e3c3, #f7c6a1, #e76a4b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e914b, #aacab6, #f4e3c3, #f7c6a1, #e76a4b);
} 🔗 Explore similar color palettes
Survivor color palette created on .