Mind Escape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mind Escape palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mind Escape Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 20+ Psychedelic color palettes
Mind Escape color palette created on .