Sun-Kissed Color Palette

Discover the beautiful Sun-Kissed color palette featuring mandys pink (#f2c8b6), zinnwaldite (#e9baa5), petite orchid (#d8a08d), antique brass (#c6997b) and teak (#b58f69).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Light, Peach, Skin, Soft, Spring, Vibrant, Warm 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 Sun-Kissed palette

Share this palette to:

💻 Sun-Kissed color palette CSS

/* CSS */
.color-1 {
color: #f2c8b6;
}
.color-2 {
color: #e9baa5;
}
.color-3 {
color: #d8a08d;
}
.color-4 {
color: #c6997b;
}
.color-5 {
color: #b58f69;
}

/* CSS Variables */
:root {
--color-1: #f2c8b6;
--color-2: #e9baa5;
--color-3: #d8a08d;
--color-4: #c6997b;
--color-5: #b58f69;
}

🌈 Sun-Kissed background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c8b6, #e9baa5, #d8a08d, #c6997b, #b58f69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c8b6, #e9baa5, #d8a08d, #c6997b, #b58f69);
}

Sun-Kissed color palette created on .