Undertale Colors Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Undertale Colors palette

Share this palette to:

Download Undertale Colors Color Palette (PNG)

Download undertale colors color palette PNG image (landscape)
Download undertale colors color palette PNG image (square)

Undertale Colors color palette CSS

/* CSS */
.color-1 {
color: #e60000;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #00b300;
}
.color-5 {
color: #4051b5;
}

/* CSS Variables */
:root {
--color-1: #e60000;
--color-2: #ff8c00;
--color-3: #ffec3d;
--color-4: #00b300;
--color-5: #4051b5;
}

Undertale Colors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e60000, #ff8c00, #ffec3d, #00b300, #4051b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e60000, #ff8c00, #ffec3d, #00b300, #4051b5);
}

Undertale Colors color palette created on .