Survivor Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Survivor palette
Color Inspiration
Images that showcase this color palette in real designs
Download Survivor Color Palette (PNG)
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);
}
Similar color palettes
Survivor color palette created on .