Psychedelic Brights Color Palette
Discover the beautiful Psychedelic Brights color palette featuring wild watermelon (#ff5c7c), atomic tangerine (#ff9d5c), gorse (#ffec5c), screamin' green (#5cff7c) and aquamarine (#5cffff).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Vibrant, Psychedelic 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 Psychedelic Brights palette
💻 Psychedelic Brights color palette CSS
/* CSS */
.color-1 {
color: #ff5c7c;
}
.color-2 {
color: #ff9d5c;
}
.color-3 {
color: #ffec5c;
}
.color-4 {
color: #5cff7c;
}
.color-5 {
color: #5cffff;
}
/* CSS Variables */
:root {
--color-1: #ff5c7c;
--color-2: #ff9d5c;
--color-3: #ffec5c;
--color-4: #5cff7c;
--color-5: #5cffff;
} 🌈 Psychedelic Brights background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c7c, #ff9d5c, #ffec5c, #5cff7c, #5cffff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c7c, #ff9d5c, #ffec5c, #5cff7c, #5cffff);
} 🔗 Explore similar color palettes
Psychedelic Brights color palette created on .