Knights of the Round Table Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Knights of the Round Table palette
Knights of the Round Table color palette PNG image
Knights of the Round Table color palette CSS
/* CSS */
.color-1 {
color: #4d3d6b;
}
.color-2 {
color: #6f5b8b;
}
.color-3 {
color: #9d7b9b;
}
.color-4 {
color: #d1b45c;
}
.color-5 {
color: #c17b3e;
}
/* CSS Variables */
:root {
--color-1: #4d3d6b;
--color-2: #6f5b8b;
--color-3: #9d7b9b;
--color-4: #d1b45c;
--color-5: #c17b3e;
}
Knights of the Round Table background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3d6b, #6f5b8b, #9d7b9b, #d1b45c, #c17b3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3d6b, #6f5b8b, #9d7b9b, #d1b45c, #c17b3e);
}
Similar color palettes
Knights of the Round Table color palette created on .