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