Sun-Kissed Color Palette

Discover the beautiful Sun-Kissed color palette featuring maize (#f5d3a3), tacao (#f2b67d), sandy brown (#f19c5f), jaffa (#eb8e4c) and jaffa (#e77a32).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSkin, Beach, Bright, Summer, Peach 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: #f5d3a3;
}
.color-2 {
color: #f2b67d;
}
.color-3 {
color: #f19c5f;
}
.color-4 {
color: #eb8e4c;
}
.color-5 {
color: #e77a32;
}

/* CSS Variables */
:root {
--color-1: #f5d3a3;
--color-2: #f2b67d;
--color-3: #f19c5f;
--color-4: #eb8e4c;
--color-5: #e77a32;
}

🌈 Sun-Kissed background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d3a3, #f2b67d, #f19c5f, #eb8e4c, #e77a32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d3a3, #f2b67d, #f19c5f, #eb8e4c, #e77a32);
}

Sun-Kissed color palette created on .