Korean Sunset Sips Color Palette

Discover the beautiful Korean Sunset Sips color palette featuring manhattan (#f7c5a6), cornflower lilac (#ffb3a3), vivid tangerine (#ff8a8a), bittersweet (#ff5c61) and coral red (#ff3d3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Peach, Coral, Fun, Spring 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 Korean Sunset Sips palette

Share this palette to:

💻 Korean Sunset Sips color palette CSS

/* CSS */
.color-1 {
color: #f7c5a6;
}
.color-2 {
color: #ffb3a3;
}
.color-3 {
color: #ff8a8a;
}
.color-4 {
color: #ff5c61;
}
.color-5 {
color: #ff3d3d;
}

/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #ffb3a3;
--color-3: #ff8a8a;
--color-4: #ff5c61;
--color-5: #ff3d3d;
}

🌈 Korean Sunset Sips background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #ffb3a3, #ff8a8a, #ff5c61, #ff3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #ffb3a3, #ff8a8a, #ff5c61, #ff3d3d);
}

Korean Sunset Sips color palette created on .