Twilight Blue Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Blue Shades palette
Twilight Blue Shades color palette CSS
/* CSS */
.color-1 {
color: #90c7e4;
}
.color-2 {
color: #5eb3d4;
}
.color-3 {
color: #2f8cb6;
}
.color-4 {
color: #1c6a92;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #90c7e4;
--color-2: #5eb3d4;
--color-3: #2f8cb6;
--color-4: #1c6a92;
--color-5: #000000;
}
Twilight Blue Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #90c7e4, #5eb3d4, #2f8cb6, #1c6a92, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #90c7e4, #5eb3d4, #2f8cb6, #1c6a92, #000000);
}
Similar color palettes
Twilight Blue Shades color palette created on .