Jasper Sunset Color Palette
Discover the beautiful Jasper Sunset color palette featuring flame pea (#cf5a3a), sorrell brown (#d3b49c), highland (#7a9b6f), butterfly bush (#5e4b8b) and jacarta (#2e296a).
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 Jasper Sunset palette
💻 Jasper Sunset color palette CSS
/* CSS */
.color-1 {
color: #cf5a3a;
}
.color-2 {
color: #d3b49c;
}
.color-3 {
color: #7a9b6f;
}
.color-4 {
color: #5e4b8b;
}
.color-5 {
color: #2e296a;
}
/* CSS Variables */
:root {
--color-1: #cf5a3a;
--color-2: #d3b49c;
--color-3: #7a9b6f;
--color-4: #5e4b8b;
--color-5: #2e296a;
} 🌈 Jasper Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cf5a3a, #d3b49c, #7a9b6f, #5e4b8b, #2e296a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cf5a3a, #d3b49c, #7a9b6f, #5e4b8b, #2e296a);
} 🔗 Explore similar color palettes
Jasper Sunset color palette created on .