Fuzzy Sunset Color Palette
Discover the beautiful Fuzzy Sunset color palette featuring rajah (#f5c26b), sandy brown (#f3ab5e), jaffa (#e98e49), red damask (#d6684c) and tapestry (#b95b82).
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 Fuzzy Sunset palette
💻 Fuzzy Sunset color palette CSS
/* CSS */
.color-1 {
color: #f5c26b;
}
.color-2 {
color: #f3ab5e;
}
.color-3 {
color: #e98e49;
}
.color-4 {
color: #d6684c;
}
.color-5 {
color: #b95b82;
}
/* CSS Variables */
:root {
--color-1: #f5c26b;
--color-2: #f3ab5e;
--color-3: #e98e49;
--color-4: #d6684c;
--color-5: #b95b82;
} 🌈 Fuzzy Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c26b, #f3ab5e, #e98e49, #d6684c, #b95b82);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c26b, #f3ab5e, #e98e49, #d6684c, #b95b82);
} 🔗 Explore similar color palettes
Fuzzy Sunset color palette created on .