Mind Escape Color Palette

Discover the beautiful Mind Escape color palette featuring razzmatazz (#d6006f), orange (#ff6d1f), school bus yellow (#ffd900), fruit salad (#4cae4f) and spray (#80deea).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPsychedelic, Vibrant, Bright, Red, Orange, Yellow, Green, Blue 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 Mind Escape palette

Share this palette to:

💻 Mind Escape color palette CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #4cae4f;
}
.color-5 {
color: #80deea;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff6d1f;
--color-3: #ffd900;
--color-4: #4cae4f;
--color-5: #80deea;
}

🌈 Mind Escape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff6d1f, #ffd900, #4cae4f, #80deea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff6d1f, #ffd900, #4cae4f, #80deea);
}

Mind Escape color palette created on .