Blue Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Twilight palette
Blue Twilight color palette CSS
/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #3398db;
}
.color-3 {
color: #2ecc70;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #f39c12;
}
/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #3398db;
--color-3: #2ecc70;
--color-4: #e77e23;
--color-5: #f39c12;
}
Blue Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #3398db, #2ecc70, #e77e23, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #3398db, #2ecc70, #e77e23, #f39c12);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Twilight color palette created on .