Weirdcore Color Palette

Discover the beautiful Weirdcore color palette featuring paco (#4d1814), persian plum (#631e1c), irish coffee (#653524), sepia (#6c4a14) and cafe royale (#66380a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Brown, Burgundy, Earthy, Autumn, Warm, Coffee, Rustic, Deep 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 Weirdcore palette

Share this palette to:

💻 Weirdcore color palette CSS

/* CSS */
.color-1 {
color: #4d1814;
}
.color-2 {
color: #631e1c;
}
.color-3 {
color: #653524;
}
.color-4 {
color: #6c4a14;
}
.color-5 {
color: #66380a;
}

/* CSS Variables */
:root {
--color-1: #4d1814;
--color-2: #631e1c;
--color-3: #653524;
--color-4: #6c4a14;
--color-5: #66380a;
}

🌈 Weirdcore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d1814, #631e1c, #653524, #6c4a14, #66380a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d1814, #631e1c, #653524, #6c4a14, #66380a);
}

Weirdcore color palette created on .