Twilight Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Blue palette

Share this palette to:

Twilight Blue color palette CSS

/* CSS */
.color-1 {
color: #6a9bd2;
}
.color-2 {
color: #4b7c9b;
}
.color-3 {
color: #3b6b87;
}
.color-4 {
color: #2e5a76;
}
.color-5 {
color: #1f4e6b;
}

/* CSS Variables */
:root {
--color-1: #6a9bd2;
--color-2: #4b7c9b;
--color-3: #3b6b87;
--color-4: #2e5a76;
--color-5: #1f4e6b;
}

Twilight Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a9bd2, #4b7c9b, #3b6b87, #2e5a76, #1f4e6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a9bd2, #4b7c9b, #3b6b87, #2e5a76, #1f4e6b);
}

Twilight Blue color palette created on .