20s Vibes Color Palette
Discover the beautiful 20s Vibes color palette featuring sandwisp (#f6e1a7), wewak (#f1a2a3), can can (#d48cb0), lavender purple (#a77cb1) and wild blue yonder (#6b72b3).
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 20s Vibes palette
💻 20s Vibes color palette CSS
/* CSS */
.color-1 {
color: #f6e1a7;
}
.color-2 {
color: #f1a2a3;
}
.color-3 {
color: #d48cb0;
}
.color-4 {
color: #a77cb1;
}
.color-5 {
color: #6b72b3;
}
/* CSS Variables */
:root {
--color-1: #f6e1a7;
--color-2: #f1a2a3;
--color-3: #d48cb0;
--color-4: #a77cb1;
--color-5: #6b72b3;
} 🌈 20s Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1a7, #f1a2a3, #d48cb0, #a77cb1, #6b72b3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1a7, #f1a2a3, #d48cb0, #a77cb1, #6b72b3);
} 🔗 Explore similar color palettes
20s Vibes color palette created on .