Korean Harmony Color Palette
Discover the beautiful Korean Harmony color palette featuring sprout (#c8d8a6), norway (#a8c4a1), neptune (#70a9b2), wedgewood (#4c809a) and pickled bluewood (#2b3d4f).
Brightness
Saturation
Warmth
💡 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 Korean Harmony palette
💻 Korean Harmony color palette CSS
/* CSS */
.color-1 {
color: #c8d8a6;
}
.color-2 {
color: #a8c4a1;
}
.color-3 {
color: #70a9b2;
}
.color-4 {
color: #4c809a;
}
.color-5 {
color: #2b3d4f;
}
/* CSS Variables */
:root {
--color-1: #c8d8a6;
--color-2: #a8c4a1;
--color-3: #70a9b2;
--color-4: #4c809a;
--color-5: #2b3d4f;
} 🌈 Korean Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8d8a6, #a8c4a1, #70a9b2, #4c809a, #2b3d4f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8d8a6, #a8c4a1, #70a9b2, #4c809a, #2b3d4f);
} 🔗 Explore similar color palettes
Korean Harmony color palette created on .