Decay Color Palette

Discover the beautiful Decay color palette featuring apple blossom (#a93d3d), hokey pokey (#d69a29), celery (#b7c959), fruit salad (#4b9b68) and azure (#2f5d9d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Yellow, Green, Blue, Nature, Earthy, Autumn, Bright, Vibrant 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 Decay palette

Share this palette to:

💻 Decay color palette CSS

/* CSS */
.color-1 {
color: #a93d3d;
}
.color-2 {
color: #d69a29;
}
.color-3 {
color: #b7c959;
}
.color-4 {
color: #4b9b68;
}
.color-5 {
color: #2f5d9d;
}

/* CSS Variables */
:root {
--color-1: #a93d3d;
--color-2: #d69a29;
--color-3: #b7c959;
--color-4: #4b9b68;
--color-5: #2f5d9d;
}

🌈 Decay background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a93d3d, #d69a29, #b7c959, #4b9b68, #2f5d9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a93d3d, #d69a29, #b7c959, #4b9b68, #2f5d9d);
}

Decay color palette created on .