Overstimulation Color Palette
Discover the beautiful Overstimulation color palette featuring persimmon (#ff6f47), bright sun (#ffcc44), mint green (#99ff9b), dodger blue (#3190ff) and california (#ff9a00).
Brightness
Saturation
Warmth
💡 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 Overstimulation palette
💻 Overstimulation color palette CSS
/* CSS */
.color-1 {
color: #ff6f47;
}
.color-2 {
color: #ffcc44;
}
.color-3 {
color: #99ff9b;
}
.color-4 {
color: #3190ff;
}
.color-5 {
color: #ff9a00;
}
/* CSS Variables */
:root {
--color-1: #ff6f47;
--color-2: #ffcc44;
--color-3: #99ff9b;
--color-4: #3190ff;
--color-5: #ff9a00;
} 🌈 Overstimulation background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6f47, #ffcc44, #99ff9b, #3190ff, #ff9a00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6f47, #ffcc44, #99ff9b, #3190ff, #ff9a00);
} 🔗 Explore similar color palettes
Overstimulation color palette created on .