Twilight Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Blue palette
Twilight Blue color palette CSS
/* CSS */
.color-1 {
color: #4b4c9b;
}
.color-2 {
color: #7d809b;
}
.color-3 {
color: #b1b5d8;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d65c89;
}
/* CSS Variables */
:root {
--color-1: #4b4c9b;
--color-2: #7d809b;
--color-3: #b1b5d8;
--color-4: #f1c84b;
--color-5: #d65c89;
}
Twilight Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4c9b, #7d809b, #b1b5d8, #f1c84b, #d65c89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4c9b, #7d809b, #b1b5d8, #f1c84b, #d65c89);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Twilight Blue color palette created on .