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
Imagen PNG de la paleta de colores Knights of the Round Table
CSS de la paleta de colores Knights of the Round Table
/* CSS */
.color-1 {
color: #4c3e2f;
}
.color-2 {
color: #8b6b5b;
}
.color-3 {
color: #d1b200;
}
.color-4 {
color: #a87b2e;
}
.color-5 {
color: #6f4c3e;
}
/* CSS Variables */
:root {
--color-1: #4c3e2f;
--color-2: #8b6b5b;
--color-3: #d1b200;
--color-4: #a87b2e;
--color-5: #6f4c3e;
}
CSS del degradado de fondo Knights of the Round Table
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e2f, #8b6b5b, #d1b200, #a87b2e, #6f4c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e2f, #8b6b5b, #d1b200, #a87b2e, #6f4c3e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 80+ paletas de colores Marrón
Knights of the Round Table color palette created on .