Paleta de colores Knight of the Roundtable
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Knight of the Roundtable palette
Imagen PNG de la paleta de colores Knight of the Roundtable
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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Marrón
Knight of the Roundtable color palette created on .