2007 Vibes Color Palette
Discover the beautiful 2007 Vibes color palette featuring porsche (#e5a66c), raw sienna (#d77947), mojo (#c44f3b), amazon (#3c6d5b) and boston blue (#3d97b3).
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 2007 Vibes palette
💻 2007 Vibes color palette CSS
/* CSS */
.color-1 {
color: #e5a66c;
}
.color-2 {
color: #d77947;
}
.color-3 {
color: #c44f3b;
}
.color-4 {
color: #3c6d5b;
}
.color-5 {
color: #3d97b3;
}
/* CSS Variables */
:root {
--color-1: #e5a66c;
--color-2: #d77947;
--color-3: #c44f3b;
--color-4: #3c6d5b;
--color-5: #3d97b3;
} 🌈 2007 Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a66c, #d77947, #c44f3b, #3c6d5b, #3d97b3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a66c, #d77947, #c44f3b, #3c6d5b, #3d97b3);
} 🔗 Explore similar color palettes
2007 Vibes color palette created on .