Curses Color Palette
Discover the beautiful Curses color palette featuring trendy pink (#8b609f), vivid violet (#7d3d8a), tapestry (#b55e9e), wewak (#f1a7b4) and mandys pink (#f5c8b7).
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 Curses palette
💻 Curses color palette CSS
/* CSS */
.color-1 {
color: #8b609f;
}
.color-2 {
color: #7d3d8a;
}
.color-3 {
color: #b55e9e;
}
.color-4 {
color: #f1a7b4;
}
.color-5 {
color: #f5c8b7;
}
/* CSS Variables */
:root {
--color-1: #8b609f;
--color-2: #7d3d8a;
--color-3: #b55e9e;
--color-4: #f1a7b4;
--color-5: #f5c8b7;
} 🌈 Curses background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b609f, #7d3d8a, #b55e9e, #f1a7b4, #f5c8b7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b609f, #7d3d8a, #b55e9e, #f1a7b4, #f5c8b7);
} 🔗 Explore similar color palettes
Curses color palette created on .