Twilight Zone Cage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Zone Cage palette
Twilight Zone Cage color palette PNG image
Twilight Zone Cage color palette CSS
/* CSS */
.color-1 {
color: #232046;
}
.color-2 {
color: #352b5f;
}
.color-3 {
color: #4d3871;
}
.color-4 {
color: #695754;
}
.color-5 {
color: #807e6b;
}
/* CSS Variables */
:root {
--color-1: #232046;
--color-2: #352b5f;
--color-3: #4d3871;
--color-4: #695754;
--color-5: #807e6b;
}
Twilight Zone Cage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #232046, #352b5f, #4d3871, #695754, #807e6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #232046, #352b5f, #4d3871, #695754, #807e6b);
}
Similar color palettes
Twilight Zone Cage color palette created on .