Knights of the Round Table Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Knights of the Round Table palette

Share this palette to:

Knights of the Round Table color palette PNG image

Download knights of the round table color palette PNG image (landscape)
Download knights of the round table color palette PNG image (square)

Knights of the Round Table color palette CSS

/* CSS */
.color-1 {
color: #4d3d6b;
}
.color-2 {
color: #a47f93;
}
.color-3 {
color: #e2b269;
}
.color-4 {
color: #c76b3d;
}
.color-5 {
color: #598c4a;
}

/* CSS Variables */
:root {
--color-1: #4d3d6b;
--color-2: #a47f93;
--color-3: #e2b269;
--color-4: #c76b3d;
--color-5: #598c4a;
}

Knights of the Round Table background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3d6b, #a47f93, #e2b269, #c76b3d, #598c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3d6b, #a47f93, #e2b269, #c76b3d, #598c4a);
}

Knights of the Round Table color palette created on .