Knight of Time Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Knight of Time palette
Knight of Time color palette PNG image
Knight of Time color palette 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;
}
Knight of Time background gradient CSS
/* 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);
}
Similar color palettes
Knight of Time color palette created on .