Deep Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Twilight palette
Deep Twilight color palette PNG image
Deep Twilight color palette CSS
/* CSS */
.color-1 {
color: #3d1452;
}
.color-2 {
color: #3c3a64;
}
.color-3 {
color: #3d6a94;
}
.color-4 {
color: #3c73af;
}
.color-5 {
color: #7714c2;
}
/* CSS Variables */
:root {
--color-1: #3d1452;
--color-2: #3c3a64;
--color-3: #3d6a94;
--color-4: #3c73af;
--color-5: #7714c2;
}
Deep Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d1452, #3c3a64, #3d6a94, #3c73af, #7714c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d1452, #3c3a64, #3d6a94, #3c73af, #7714c2);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Deep Twilight color palette created on .