Seoul Serenity Color Palette

Discover the beautiful Seoul Serenity color palette featuring bone (#e6cfc6), eunry (#d5b4a5), quicksand (#c39e8d), teak (#b6896d) and barley corn (#a57b5f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withFeminine, Neutral, Beige, Warm, Soft 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 Seoul Serenity palette

Share this palette to:

💻 Seoul Serenity color palette CSS

/* CSS */
.color-1 {
color: #e6cfc6;
}
.color-2 {
color: #d5b4a5;
}
.color-3 {
color: #c39e8d;
}
.color-4 {
color: #b6896d;
}
.color-5 {
color: #a57b5f;
}

/* CSS Variables */
:root {
--color-1: #e6cfc6;
--color-2: #d5b4a5;
--color-3: #c39e8d;
--color-4: #b6896d;
--color-5: #a57b5f;
}

🌈 Seoul Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6cfc6, #d5b4a5, #c39e8d, #b6896d, #a57b5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6cfc6, #d5b4a5, #c39e8d, #b6896d, #a57b5f);
}

Seoul Serenity color palette created on .