2004 Revival Color Palette
Discover the beautiful 2004 Revival color palette featuring selective yellow (#fab700), cream can (#f5d06b), new orleans (#f2e0a6), prelude (#d8b3e0) and amethyst smoke (#a590b2).
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 2004 Revival palette
💻 2004 Revival color palette CSS
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f5d06b;
}
.color-3 {
color: #f2e0a6;
}
.color-4 {
color: #d8b3e0;
}
.color-5 {
color: #a590b2;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f5d06b;
--color-3: #f2e0a6;
--color-4: #d8b3e0;
--color-5: #a590b2;
} 🌈 2004 Revival background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f5d06b, #f2e0a6, #d8b3e0, #a590b2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f5d06b, #f2e0a6, #d8b3e0, #a590b2);
} 🔗 Explore similar color palettes
2004 Revival color palette created on .