Gilded Hanbok Color Palette

Discover the beautiful Gilded Hanbok color palette featuring rosewood (#52000a), old brick (#8c1d1d), rodeo dust (#c6a79f), zinnwaldite (#eab6ae) and albescent white (#f5e1d6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Red, Elegant, Autumn 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 Gilded Hanbok palette

Share this palette to:

💻 Gilded Hanbok color palette CSS

/* CSS */
.color-1 {
color: #52000a;
}
.color-2 {
color: #8c1d1d;
}
.color-3 {
color: #c6a79f;
}
.color-4 {
color: #eab6ae;
}
.color-5 {
color: #f5e1d6;
}

/* CSS Variables */
:root {
--color-1: #52000a;
--color-2: #8c1d1d;
--color-3: #c6a79f;
--color-4: #eab6ae;
--color-5: #f5e1d6;
}

🌈 Gilded Hanbok background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #52000a, #8c1d1d, #c6a79f, #eab6ae, #f5e1d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #52000a, #8c1d1d, #c6a79f, #eab6ae, #f5e1d6);
}

Gilded Hanbok color palette created on .