Caramel Sunrise Color Palette

Discover the beautiful Caramel Sunrise color palette featuring dorado (#5d4f4b), paarl (#a85f2e), porsche (#e6b35b), cream can (#f4d35d) and tan hide (#f9a658).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Earthy, Sunset, 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 Caramel Sunrise palette

Share this palette to:

๐Ÿ’ป Caramel Sunrise color palette CSS

/* CSS */
.color-1 {
color: #5d4f4b;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #e6b35b;
}
.color-4 {
color: #f4d35d;
}
.color-5 {
color: #f9a658;
}

/* CSS Variables */
:root {
--color-1: #5d4f4b;
--color-2: #a85f2e;
--color-3: #e6b35b;
--color-4: #f4d35d;
--color-5: #f9a658;
}

๐ŸŒˆ Caramel Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d4f4b, #a85f2e, #e6b35b, #f4d35d, #f9a658);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d4f4b, #a85f2e, #e6b35b, #f4d35d, #f9a658);
}

Caramel Sunrise color palette created on .