Touch Tone Telephone Color Palette

Discover the beautiful Touch Tone Telephone color palette featuring daisy bush (#4f2a92), affair (#7d4f9c), wisteria (#b77cbb), wewak (#f1a8a2) and rajah (#f7c87e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with80s, Bright, Fun, Pink, Purple, Retro, Soft, Telephone, 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 Touch Tone Telephone palette

Share this palette to:

💻 Touch Tone Telephone color palette CSS

/* CSS */
.color-1 {
color: #4f2a92;
}
.color-2 {
color: #7d4f9c;
}
.color-3 {
color: #b77cbb;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #f7c87e;
}

/* CSS Variables */
:root {
--color-1: #4f2a92;
--color-2: #7d4f9c;
--color-3: #b77cbb;
--color-4: #f1a8a2;
--color-5: #f7c87e;
}

🌈 Touch Tone Telephone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f2a92, #7d4f9c, #b77cbb, #f1a8a2, #f7c87e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f2a92, #7d4f9c, #b77cbb, #f1a8a2, #f7c87e);
}

Touch Tone Telephone color palette created on .