Timeless Ink Color Palette

Discover the beautiful Timeless Ink color palette featuring daisy bush (#3f2a92), waikawa gray (#5b5c9a), gumbo (#7a9d9f), sundance (#c8af5b) and anzac (#e4a853).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Fun, 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 Timeless Ink palette

Share this palette to:

💻 Timeless Ink color palette CSS

/* CSS */
.color-1 {
color: #3f2a92;
}
.color-2 {
color: #5b5c9a;
}
.color-3 {
color: #7a9d9f;
}
.color-4 {
color: #c8af5b;
}
.color-5 {
color: #e4a853;
}

/* CSS Variables */
:root {
--color-1: #3f2a92;
--color-2: #5b5c9a;
--color-3: #7a9d9f;
--color-4: #c8af5b;
--color-5: #e4a853;
}

🌈 Timeless Ink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f2a92, #5b5c9a, #7a9d9f, #c8af5b, #e4a853);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f2a92, #5b5c9a, #7a9d9f, #c8af5b, #e4a853);
}

Timeless Ink color palette created on .