70s Girly Nature Color Palette
Discover the beautiful 70s Girly Nature color palette featuring wewak (#f1a7b4), manhattan (#f7c8a6), hampton (#e3dca6), celadon (#b1e2b5) and regent st blue (#a2d2e2).
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 70s Girly Nature palette
💻 70s Girly Nature color palette CSS
/* CSS */
.color-1 {
color: #f1a7b4;
}
.color-2 {
color: #f7c8a6;
}
.color-3 {
color: #e3dca6;
}
.color-4 {
color: #b1e2b5;
}
.color-5 {
color: #a2d2e2;
}
/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #f7c8a6;
--color-3: #e3dca6;
--color-4: #b1e2b5;
--color-5: #a2d2e2;
}
🌈 70s Girly Nature background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #f7c8a6, #e3dca6, #b1e2b5, #a2d2e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #f7c8a6, #e3dca6, #b1e2b5, #a2d2e2);
}
🔗 Explore similar color palettes
70s Girly Nature color palette created on .