Rudolph's Glow Color Palette

Discover the beautiful Rudolph's Glow color palette featuring persian red (#d13d3d), sandy brown (#f1a44b), sandwisp (#f2e8a6), perano (#a1c4f2) and fern green (#4c8b3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Orange, Yellow, Blue, Green 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 Rudolph's Glow palette

Share this palette to:

💻 Rudolph's Glow color palette CSS

/* CSS */
.color-1 {
color: #d13d3d;
}
.color-2 {
color: #f1a44b;
}
.color-3 {
color: #f2e8a6;
}
.color-4 {
color: #a1c4f2;
}
.color-5 {
color: #4c8b3c;
}

/* CSS Variables */
:root {
--color-1: #d13d3d;
--color-2: #f1a44b;
--color-3: #f2e8a6;
--color-4: #a1c4f2;
--color-5: #4c8b3c;
}

🌈 Rudolph's Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d13d3d, #f1a44b, #f2e8a6, #a1c4f2, #4c8b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d13d3d, #f1a44b, #f2e8a6, #a1c4f2, #4c8b3c);
}

Rudolph's Glow color palette created on .