Terminal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Terminal palette
Color Inspiration
Images that showcase this color palette in real designs
Download Terminal Color Palette (PNG)
Terminal color palette CSS
/* CSS */
.color-1 {
color: #1f3a3d;
}
.color-2 {
color: #3e5a5b;
}
.color-3 {
color: #698c8a;
}
.color-4 {
color: #b2d7c2;
}
.color-5 {
color: #f4f6ee;
}
/* CSS Variables */
:root {
--color-1: #1f3a3d;
--color-2: #3e5a5b;
--color-3: #698c8a;
--color-4: #b2d7c2;
--color-5: #f4f6ee;
}
Terminal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a3d, #3e5a5b, #698c8a, #b2d7c2, #f4f6ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a3d, #3e5a5b, #698c8a, #b2d7c2, #f4f6ee);
}
Similar color palettes
Terminal color palette created on .