Knight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Knight palette
Knight color palette PNG image
Knight color palette CSS
/* CSS */
.color-1 {
color: #1c1c3b;
}
.color-2 {
color: #4b4b7c;
}
.color-3 {
color: #7d7db5;
}
.color-4 {
color: #b4b46e;
}
.color-5 {
color: #d94f30;
}
/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #4b4b7c;
--color-3: #7d7db5;
--color-4: #b4b46e;
--color-5: #d94f30;
}
Knight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #4b4b7c, #7d7db5, #b4b46e, #d94f30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #4b4b7c, #7d7db5, #b4b46e, #d94f30);
}
Similar color palettes
Knight color palette created on .