1920s Color Palette
Discover the beautiful 1920s color palette featuring wheat (#f6e8b1), mandys pink (#f1c2a2), tacao (#efae8a), petite orchid (#daa48b) and japonica (#d5846c).
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 1920s palette
💻 1920s color palette CSS
/* CSS */
.color-1 {
  color: #f6e8b1;
 }
.color-2 {
  color: #f1c2a2;
 }
.color-3 {
  color: #efae8a;
 }
.color-4 {
  color: #daa48b;
 }
.color-5 {
  color: #d5846c;
 }
/* CSS Variables */
:root {
  --color-1: #f6e8b1;
  --color-2: #f1c2a2;
  --color-3: #efae8a;
  --color-4: #daa48b;
  --color-5: #d5846c;
 } 🌈 1920s background gradient CSS
/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #f6e8b1, #f1c2a2, #efae8a, #daa48b, #d5846c);
 } /* Radial Gradient */
.radial-gradient {
  background: radial-gradient(circle, #f6e8b1, #f1c2a2, #efae8a, #daa48b, #d5846c);
 } 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
1920s color palette created on .