Paleta de colores Knight of the Roundtable

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Knight of the Roundtable palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Knight of the Roundtable

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

CSS de la paleta de colores Knight of the Roundtable

/* 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 del degradado de fondo 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 .