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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Caramel Sunrise color palette created on .