Raspberry Sunset Color Palette
Discover the beautiful Raspberry Sunset color palette featuring amaranth (#da1b61), red ribbon (#f50056), neon carrot (#ff8e3d), texas rose (#ffb84d) and amber (#ffc105).
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 Raspberry Sunset palette
💻 Raspberry Sunset color palette CSS
/* CSS */
.color-1 {
color: #da1b61;
}
.color-2 {
color: #f50056;
}
.color-3 {
color: #ff8e3d;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffc105;
}
/* CSS Variables */
:root {
--color-1: #da1b61;
--color-2: #f50056;
--color-3: #ff8e3d;
--color-4: #ffb84d;
--color-5: #ffc105;
}
🌈 Raspberry Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da1b61, #f50056, #ff8e3d, #ffb84d, #ffc105);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da1b61, #f50056, #ff8e3d, #ffb84d, #ffc105);
}
🔗 Explore similar color palettes
Raspberry Sunset color palette created on .