Kim Jaekyung Color Palette

Discover the beautiful Kim Jaekyung color palette featuring rose bud (#f9b0ae), koromiko (#ffb86b), golden sand (#f6d87e), celadon (#b6df9f) and cornflower (#8fb4e6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Fun, Green, Modern, Pink, Soft, Spring, Vibrant, Yellow 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 Kim Jaekyung palette

Share this palette to:

💻 Kim Jaekyung color palette CSS

/* CSS */
.color-1 {
color: #f9b0ae;
}
.color-2 {
color: #ffb86b;
}
.color-3 {
color: #f6d87e;
}
.color-4 {
color: #b6df9f;
}
.color-5 {
color: #8fb4e6;
}

/* CSS Variables */
:root {
--color-1: #f9b0ae;
--color-2: #ffb86b;
--color-3: #f6d87e;
--color-4: #b6df9f;
--color-5: #8fb4e6;
}

🌈 Kim Jaekyung background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b0ae, #ffb86b, #f6d87e, #b6df9f, #8fb4e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b0ae, #ffb86b, #f6d87e, #b6df9f, #8fb4e6);
}

Kim Jaekyung color palette created on .