Forgotten Fortress Color Palette
Discover the beautiful Forgotten Fortress color palette featuring kelp (#4d5042), bandicoot (#82846f), delta (#a4a496), tide (#b7b5ab) and celeste (#ced1c9).
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 Forgotten Fortress palette
💻 Forgotten Fortress color palette CSS
/* CSS */
.color-1 {
color: #4d5042;
}
.color-2 {
color: #82846f;
}
.color-3 {
color: #a4a496;
}
.color-4 {
color: #b7b5ab;
}
.color-5 {
color: #ced1c9;
}
/* CSS Variables */
:root {
--color-1: #4d5042;
--color-2: #82846f;
--color-3: #a4a496;
--color-4: #b7b5ab;
--color-5: #ced1c9;
} 🌈 Forgotten Fortress background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d5042, #82846f, #a4a496, #b7b5ab, #ced1c9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d5042, #82846f, #a4a496, #b7b5ab, #ced1c9);
} 🔗 Explore similar color palettes
Forgotten Fortress color palette created on .