Knights of the Round Table Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Knights of the Round Table palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Knights of the Round Table

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

tavolozza dei colori Knights of the Round Table 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;
}

CSS con gradiente di sfondo Knights of the Round Table

/* 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 .