Knight of the Roundtable Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Knight of the Roundtable palette

Share this palette to:

Knight of the Roundtable color palette PNG image

Download knight of the roundtable color palette PNG image (landscape)
Download knight of the roundtable color palette PNG image (square)

Knight of the Roundtable color palette CSS

/* CSS */
.color-1 {
color: #4a3c12;
}
.color-2 {
color: #8a6e3d;
}
.color-3 {
color: #c1a96c;
}
.color-4 {
color: #e6c85b;
}
.color-5 {
color: #d96030;
}

/* CSS Variables */
:root {
--color-1: #4a3c12;
--color-2: #8a6e3d;
--color-3: #c1a96c;
--color-4: #e6c85b;
--color-5: #d96030;
}

Knight of the Roundtable background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c12, #8a6e3d, #c1a96c, #e6c85b, #d96030);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c12, #8a6e3d, #c1a96c, #e6c85b, #d96030);
}

Knight of the Roundtable color palette created on .