Afterlife Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Afterlife palette
Afterlife color palette PNG image
Afterlife color palette CSS
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #915b3b;
}
.color-3 {
color: #b8794c;
}
.color-4 {
color: #d5a84d;
}
.color-5 {
color: #e7caa7;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #915b3b;
--color-3: #b8794c;
--color-4: #d5a84d;
--color-5: #e7caa7;
}
Afterlife background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #915b3b, #b8794c, #d5a84d, #e7caa7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #915b3b, #b8794c, #d5a84d, #e7caa7);
}
Similar color palettes
Afterlife color palette created on .