Paleta de colores Knights of the Round Table

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Knights of the Round Table palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores 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)

CSS de la paleta de colores Knights of the Round Table

/* CSS */
.color-1 {
color: #4b3d8a;
}
.color-2 {
color: #6e5b9a;
}
.color-3 {
color: #a76c8e;
}
.color-4 {
color: #d9b863;
}
.color-5 {
color: #e8a62c;
}

/* CSS Variables */
:root {
--color-1: #4b3d8a;
--color-2: #6e5b9a;
--color-3: #a76c8e;
--color-4: #d9b863;
--color-5: #e8a62c;
}

CSS del degradado de fondo Knights of the Round Table

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d8a, #6e5b9a, #a76c8e, #d9b863, #e8a62c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d8a, #6e5b9a, #a76c8e, #d9b863, #e8a62c);
}

Knights of the Round Table color palette created on .