Rodger the Magnifying Glass Color Palette

Discover the beautiful Rodger the Magnifying Glass color palette featuring affair (#8e4c9a), affair (#703f7d), bossanova (#4c2a60), revolver (#362145) and sepia skin (#a45d3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Dark, Deep, Earthy, Purple, Vintage 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 Rodger the Magnifying Glass palette

Share this palette to:

💻 Rodger the Magnifying Glass color palette CSS

/* CSS */
.color-1 {
color: #8e4c9a;
}
.color-2 {
color: #703f7d;
}
.color-3 {
color: #4c2a60;
}
.color-4 {
color: #362145;
}
.color-5 {
color: #a45d3d;
}

/* CSS Variables */
:root {
--color-1: #8e4c9a;
--color-2: #703f7d;
--color-3: #4c2a60;
--color-4: #362145;
--color-5: #a45d3d;
}

🌈 Rodger the Magnifying Glass background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e4c9a, #703f7d, #4c2a60, #362145, #a45d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e4c9a, #703f7d, #4c2a60, #362145, #a45d3d);
}

Rodger the Magnifying Glass color palette created on .