Defiant Mist Color Palette

Discover the beautiful Defiant Mist color palette featuring pigeon post (#a5c2d5), hippie blue (#699eb5), ming (#3b798c), cello (#1f4c6b) and eden (#0f3c5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Coastal, Cool, Deep, Nature, Soft, Spring, Tropical 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 Defiant Mist palette

Share this palette to:

💻 Defiant Mist color palette CSS

/* CSS */
.color-1 {
color: #a5c2d5;
}
.color-2 {
color: #699eb5;
}
.color-3 {
color: #3b798c;
}
.color-4 {
color: #1f4c6b;
}
.color-5 {
color: #0f3c5c;
}

/* CSS Variables */
:root {
--color-1: #a5c2d5;
--color-2: #699eb5;
--color-3: #3b798c;
--color-4: #1f4c6b;
--color-5: #0f3c5c;
}

🌈 Defiant Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c2d5, #699eb5, #3b798c, #1f4c6b, #0f3c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c2d5, #699eb5, #3b798c, #1f4c6b, #0f3c5c);
}

Defiant Mist color palette created on .