Place in the World Fades Away Color Palette

Discover the beautiful Place in the World Fades Away color palette featuring geyser (#d4dddd), tower gray (#abbfbf), cascade (#8ea9a9), juniper (#6c9393) and cutty sark (#476c6c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCool, Earthy, Gray, Green, Modern, Muted, Soft, Teal color palettes and combinations.

💡 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 Place in the World Fades Away palette

Share this palette to:

💻 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);
}

Place in the World Fades Away color palette created on .