Undertale Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Undertale palette
Color Inspiration
Images that showcase this color palette in real designs
No images found
Download Undertale Color Palette (PNG)
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);
}
Similar color palettes
Undertale color palette created on .