Retro Technical Drawing Color Palette

Discover the beautiful Retro Technical Drawing color palette featuring saffron mango (#f8c84f), rajah (#f7a76e), deep blush (#e77e8e), cold purple (#b49bd9) and butterfly bush (#6c5091).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Design, Orange, Pink, Purple, Retro, Tech, Vintage, Yellow color palettes and combinations.

💡 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 Retro Technical Drawing palette

Share this palette to:

💻 Retro Technical Drawing color palette CSS

/* CSS */
.color-1 {
color: #f8c84f;
}
.color-2 {
color: #f7a76e;
}
.color-3 {
color: #e77e8e;
}
.color-4 {
color: #b49bd9;
}
.color-5 {
color: #6c5091;
}

/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #f7a76e;
--color-3: #e77e8e;
--color-4: #b49bd9;
--color-5: #6c5091;
}

🌈 Retro Technical Drawing background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #f7a76e, #e77e8e, #b49bd9, #6c5091);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #f7a76e, #e77e8e, #b49bd9, #6c5091);
}

Retro Technical Drawing color palette created on .