Sundrenched Harmony Color Palette

Discover the beautiful Sundrenched Harmony color palette featuring cape honey (#ffe8ad), bright sun (#ffcf3d), yellow sea (#ffa805), west side (#ff8e14) and burnt orange (#cc4b00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Amber, Gold, Orange, Warm, Bright, Summer, Beach, Fun, Vibrant 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 Sundrenched Harmony palette

Share this palette to:

💻 Sundrenched Harmony color palette CSS

/* CSS */
.color-1 {
color: #ffe8ad;
}
.color-2 {
color: #ffcf3d;
}
.color-3 {
color: #ffa805;
}
.color-4 {
color: #ff8e14;
}
.color-5 {
color: #cc4b00;
}

/* CSS Variables */
:root {
--color-1: #ffe8ad;
--color-2: #ffcf3d;
--color-3: #ffa805;
--color-4: #ff8e14;
--color-5: #cc4b00;
}

🌈 Sundrenched Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe8ad, #ffcf3d, #ffa805, #ff8e14, #cc4b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe8ad, #ffcf3d, #ffa805, #ff8e14, #cc4b00);
}

Sundrenched Harmony color palette created on .