Serene Hanok Hues Color Palette

Discover the beautiful Serene Hanok Hues color palette featuring dust storm (#e1c6c1), bison hide (#c5b6aa), martini (#b2a7a3), nepal (#8f9bc1) and cashmere (#e9b7a0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Soft, Modern, Coastal 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 Serene Hanok Hues palette

Share this palette to:

💻 Serene Hanok Hues color palette CSS

/* CSS */
.color-1 {
color: #e1c6c1;
}
.color-2 {
color: #c5b6aa;
}
.color-3 {
color: #b2a7a3;
}
.color-4 {
color: #8f9bc1;
}
.color-5 {
color: #e9b7a0;
}

/* CSS Variables */
:root {
--color-1: #e1c6c1;
--color-2: #c5b6aa;
--color-3: #b2a7a3;
--color-4: #8f9bc1;
--color-5: #e9b7a0;
}

🌈 Serene Hanok Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c6c1, #c5b6aa, #b2a7a3, #8f9bc1, #e9b7a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c6c1, #c5b6aa, #b2a7a3, #8f9bc1, #e9b7a0);
}

Serene Hanok Hues color palette created on .