Shades of Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Twilight palette
Shades of Twilight color palette PNG image
Shades of Twilight color palette CSS
/* CSS */
.color-1 {
color: #b1b4b9;
}
.color-2 {
color: #7a7c7f;
}
.color-3 {
color: #4f5154;
}
.color-4 {
color: #2c2e30;
}
.color-5 {
color: #1b1c1d;
}
/* CSS Variables */
:root {
--color-1: #b1b4b9;
--color-2: #7a7c7f;
--color-3: #4f5154;
--color-4: #2c2e30;
--color-5: #1b1c1d;
}
Shades of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b4b9, #7a7c7f, #4f5154, #2c2e30, #1b1c1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b4b9, #7a7c7f, #4f5154, #2c2e30, #1b1c1d);
}
Similar color palettes
Shades of Twilight color palette created on .