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: #4d3d6b;
}
.color-2 {
color: #a47f93;
}
.color-3 {
color: #e2b269;
}
.color-4 {
color: #c76b3d;
}
.color-5 {
color: #598c4a;
}
/* CSS Variables */
:root {
--color-1: #4d3d6b;
--color-2: #a47f93;
--color-3: #e2b269;
--color-4: #c76b3d;
--color-5: #598c4a;
}
CSS del degradado de fondo Knights of the Round Table
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3d6b, #a47f93, #e2b269, #c76b3d, #598c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3d6b, #a47f93, #e2b269, #c76b3d, #598c4a);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores Morado
Knights of the Round Table color palette created on .