Paleta de colores Knight of Time

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Knight of Time palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Knight of Time

Download knight of time color palette PNG image (landscape)
Download knight of time color palette PNG image (square)

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);
}

Knight of Time color palette created on .