Paleta de colores Knight of Time
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Knight of Time palette
Imagen PNG de la paleta de colores Knight of Time
CSS de la paleta de colores Knight of Time
/* CSS */
.color-1 {
color: #1f2942;
}
.color-2 {
color: #4e5b83;
}
.color-3 {
color: #7c98c5;
}
.color-4 {
color: #a4c8df;
}
.color-5 {
color: #e9f2f6;
}
/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #4e5b83;
--color-3: #7c98c5;
--color-4: #a4c8df;
--color-5: #e9f2f6;
}
CSS del degradado de fondo Knight of Time
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #4e5b83, #7c98c5, #a4c8df, #e9f2f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #4e5b83, #7c98c5, #a4c8df, #e9f2f6);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Azul
Knight of Time color palette created on .