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