Undertale Color Palette

Discover the beautiful Undertale color palette featuring sea buckthorn (#f9a824), sandwisp (#f4e1a4), mandys pink (#f1c3a2), new york pink (#d77e7e) and ferra (#6d4f4f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Cream, Pink, Red, Brown, Bright, Fun, Retro, Warm color palettes and combinations.

💡 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

Share this palette to:

💻 Undertale color palette CSS

/* CSS */
.color-1 {
color: #f9a824;
}
.color-2 {
color: #f4e1a4;
}
.color-3 {
color: #f1c3a2;
}
.color-4 {
color: #d77e7e;
}
.color-5 {
color: #6d4f4f;
}

/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #f4e1a4;
--color-3: #f1c3a2;
--color-4: #d77e7e;
--color-5: #6d4f4f;
}

🌈 Undertale background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #f4e1a4, #f1c3a2, #d77e7e, #6d4f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #f4e1a4, #f1c3a2, #d77e7e, #6d4f4f);
}

Undertale color palette created on .