Fatigue Color Palette

Discover the beautiful Fatigue color palette featuring juniper (#698c91), shadow green (#9ec4c7), geyser (#d8e4e3), apricot peach (#f9c5b4) and froly (#f26969).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Green, Soft, Muted, Coral, Light, Bright, Summer, 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 Fatigue palette

Share this palette to:

💻 Fatigue color palette CSS

/* CSS */
.color-1 {
color: #698c91;
}
.color-2 {
color: #9ec4c7;
}
.color-3 {
color: #d8e4e3;
}
.color-4 {
color: #f9c5b4;
}
.color-5 {
color: #f26969;
}

/* CSS Variables */
:root {
--color-1: #698c91;
--color-2: #9ec4c7;
--color-3: #d8e4e3;
--color-4: #f9c5b4;
--color-5: #f26969;
}

🌈 Fatigue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #698c91, #9ec4c7, #d8e4e3, #f9c5b4, #f26969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #698c91, #9ec4c7, #d8e4e3, #f9c5b4, #f26969);
}

Fatigue color palette created on .