Amity Blight Color Palette

Discover the beautiful Amity Blight color palette featuring shuttle gray (#5c6c7f), nepal (#99afc2), sea pink (#f0a9a3), cashmere (#e5b89a) and akaroa (#d2c5a2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Fun, Light, Neutral, Pink, Soft, Spring, Warm 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 Amity Blight palette

Share this palette to:

💻 Amity Blight color palette CSS

/* CSS */
.color-1 {
color: #5c6c7f;
}
.color-2 {
color: #99afc2;
}
.color-3 {
color: #f0a9a3;
}
.color-4 {
color: #e5b89a;
}
.color-5 {
color: #d2c5a2;
}

/* CSS Variables */
:root {
--color-1: #5c6c7f;
--color-2: #99afc2;
--color-3: #f0a9a3;
--color-4: #e5b89a;
--color-5: #d2c5a2;
}

🌈 Amity Blight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c6c7f, #99afc2, #f0a9a3, #e5b89a, #d2c5a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c6c7f, #99afc2, #f0a9a3, #e5b89a, #d2c5a2);
}

Amity Blight color palette created on .