Undertale Color Palette
Discover the beautiful Undertale color palette featuring dune (#2d2b2a), web orange (#f0a800), green haze (#00b341), cape cod (#3b3d3f) and brick red (#c92c41).
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 Undertale palette
💻 Undertale color palette CSS
/* CSS */
.color-1 {
color: #2d2b2a;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #00b341;
}
.color-4 {
color: #3b3d3f;
}
.color-5 {
color: #c92c41;
}
/* CSS Variables */
:root {
--color-1: #2d2b2a;
--color-2: #f0a800;
--color-3: #00b341;
--color-4: #3b3d3f;
--color-5: #c92c41;
} 🌈 Undertale background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2b2a, #f0a800, #00b341, #3b3d3f, #c92c41);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2b2a, #f0a800, #00b341, #3b3d3f, #c92c41);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Undertale color palette created on .