Twilight Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Blue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Twilight Blue Color Palette (PNG)
Twilight Blue color palette CSS
/* CSS */
.color-1 {
color: #060e56;
}
.color-2 {
color: #1a0c69;
}
.color-3 {
color: #3d126e;
}
.color-4 {
color: #661557;
}
.color-5 {
color: #863b18;
}
/* CSS Variables */
:root {
--color-1: #060e56;
--color-2: #1a0c69;
--color-3: #3d126e;
--color-4: #661557;
--color-5: #863b18;
}
Twilight Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #060e56, #1a0c69, #3d126e, #661557, #863b18);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #060e56, #1a0c69, #3d126e, #661557, #863b18);
}
Similar color palettes
Twilight Blue color palette created on .