Undertale Colors Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Undertale Colors palette
Download Undertale Colors Color Palette (PNG)
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);
}
Similar color palettes
Undertale Colors color palette created on .