Yellow Sunset Color Palette
Discover the beautiful Yellow Sunset color palette featuring wheat (#f3e4aa), ronchi (#f1c84b), fire bush (#e5a824), brandy punch (#d67f2e) and desert (#b85c1e).
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 Yellow Sunset palette
๐ป Yellow Sunset color palette CSS
/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e5a824;
}
.color-4 {
color: #d67f2e;
}
.color-5 {
color: #b85c1e;
}
/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #f1c84b;
--color-3: #e5a824;
--color-4: #d67f2e;
--color-5: #b85c1e;
} ๐ Yellow Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #f1c84b, #e5a824, #d67f2e, #b85c1e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #f1c84b, #e5a824, #d67f2e, #b85c1e);
} ๐ Explore similar color palettes
Yellow Sunset color palette created on .