Warm Sunset Color Palette
Discover the beautiful Warm Sunset color palette featuring equator (#e3b468), pharlap (#a77e76), mona lisa (#ffa399), azalea (#fadbdb) and periwinkle gray (#b9c7e4).
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 Warm Sunset palette
๐ป Warm Sunset color palette CSS
/* CSS */
.color-1 {
color: #e3b468;
}
.color-2 {
color: #a77e76;
}
.color-3 {
color: #ffa399;
}
.color-4 {
color: #fadbdb;
}
.color-5 {
color: #b9c7e4;
}
/* CSS Variables */
:root {
--color-1: #e3b468;
--color-2: #a77e76;
--color-3: #ffa399;
--color-4: #fadbdb;
--color-5: #b9c7e4;
}
๐ Warm Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b468, #a77e76, #ffa399, #fadbdb, #b9c7e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b468, #a77e76, #ffa399, #fadbdb, #b9c7e4);
}
๐ Explore similar color palettes
Warm Sunset color palette created on .