Art Nouveau 60s Color Palette
Discover the beautiful Art Nouveau 60s color palette featuring dairy cream (#f8e2af), brandy (#dac88b), norway (#a6b7a4), gothic (#6f8a9b) and chambray (#3b5b8c).
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 Art Nouveau 60s palette
💻 Art Nouveau 60s color palette CSS
/* CSS */
.color-1 {
color: #f8e2af;
}
.color-2 {
color: #dac88b;
}
.color-3 {
color: #a6b7a4;
}
.color-4 {
color: #6f8a9b;
}
.color-5 {
color: #3b5b8c;
}
/* CSS Variables */
:root {
--color-1: #f8e2af;
--color-2: #dac88b;
--color-3: #a6b7a4;
--color-4: #6f8a9b;
--color-5: #3b5b8c;
}
🌈 Art Nouveau 60s background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2af, #dac88b, #a6b7a4, #6f8a9b, #3b5b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2af, #dac88b, #a6b7a4, #6f8a9b, #3b5b8c);
}
🔗 Explore similar color palettes
Art Nouveau 60s color palette created on .