Place in the World Fades Away Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Place in the World Fades Away palette
Place in the World Fades Away color palette PNG image
Place in the World Fades Away color palette CSS
/* CSS */
.color-1 {
color: #d4dddd;
}
.color-2 {
color: #abbfbf;
}
.color-3 {
color: #8ea9a9;
}
.color-4 {
color: #6c9393;
}
.color-5 {
color: #476c6c;
}
/* CSS Variables */
:root {
--color-1: #d4dddd;
--color-2: #abbfbf;
--color-3: #8ea9a9;
--color-4: #6c9393;
--color-5: #476c6c;
}
Place in the World Fades Away background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4dddd, #abbfbf, #8ea9a9, #6c9393, #476c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4dddd, #abbfbf, #8ea9a9, #6c9393, #476c6c);
}
Similar color palettes
Place in the World Fades Away color palette created on .