Knight of Time Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Knight of Time palette

Condividi questa palette a:

Scarica la tavolozza dei colori Knight of Time (PNG)

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

tavolozza dei colori Knight of Time CSS

/* 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 con gradiente di sfondo 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 .