Type o Negative Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Type o Negative palette
Color Inspiration
Images that showcase this color palette in real designs
Download Type o Negative Color Palette (PNG)
Type o Negative color palette CSS
/* CSS */
.color-1 {
color: #2d2b2a;
}
.color-2 {
color: #3f3c3b;
}
.color-3 {
color: #6d605f;
}
.color-4 {
color: #a84d4d;
}
.color-5 {
color: #d8544f;
}
/* CSS Variables */
:root {
--color-1: #2d2b2a;
--color-2: #3f3c3b;
--color-3: #6d605f;
--color-4: #a84d4d;
--color-5: #d8544f;
}
Type o Negative background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2b2a, #3f3c3b, #6d605f, #a84d4d, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2b2a, #3f3c3b, #6d605f, #a84d4d, #d8544f);
}
Similar color palettes
Type o Negative color palette created on .