Desert Illusion Color Palette

Discover the beautiful Desert Illusion color palette featuring mirage (#161927), pickled bluewood (#2c4258), blue bayoux (#4e6073), acapulco (#78b5a2) and aqua island (#b3e0d9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Dark, Ocean, 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 Desert Illusion palette

Share this palette to:

💻 Desert Illusion color palette CSS

/* CSS */
.color-1 {
color: #161927;
}
.color-2 {
color: #2c4258;
}
.color-3 {
color: #4e6073;
}
.color-4 {
color: #78b5a2;
}
.color-5 {
color: #b3e0d9;
}

/* CSS Variables */
:root {
--color-1: #161927;
--color-2: #2c4258;
--color-3: #4e6073;
--color-4: #78b5a2;
--color-5: #b3e0d9;
}

🌈 Desert Illusion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #161927, #2c4258, #4e6073, #78b5a2, #b3e0d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #161927, #2c4258, #4e6073, #78b5a2, #b3e0d9);
}

Desert Illusion color palette created on .