Knight of the Roundtable Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Knight of the Roundtable palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Knight of the Roundtable

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

tavolozza dei colori Knight of the Roundtable 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;
}

CSS con gradiente di sfondo Knight of the Roundtable

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