The Knife Fight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with The Knife Fight palette
The Knife Fight color palette PNG image
The Knife Fight color palette CSS
/* CSS */
.color-1 {
color: #292c33;
}
.color-2 {
color: #4f596d;
}
.color-3 {
color: #798996;
}
.color-4 {
color: #b0c4d8;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #292c33;
--color-2: #4f596d;
--color-3: #798996;
--color-4: #b0c4d8;
--color-5: #f0a800;
}
The Knife Fight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292c33, #4f596d, #798996, #b0c4d8, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292c33, #4f596d, #798996, #b0c4d8, #f0a800);
}
Similar color palettes
The Knife Fight color palette created on .