Galaxy Destroyer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Galaxy Destroyer palette
Galaxy Destroyer color palette CSS
/* CSS */
.color-1 {
color: #1f1f3d;
}
.color-2 {
color: #39396a;
}
.color-3 {
color: #5c5c99;
}
.color-4 {
color: #8d8dce;
}
.color-5 {
color: #f5f5ff;
}
/* CSS Variables */
:root {
--color-1: #1f1f3d;
--color-2: #39396a;
--color-3: #5c5c99;
--color-4: #8d8dce;
--color-5: #f5f5ff;
}
Galaxy Destroyer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f3d, #39396a, #5c5c99, #8d8dce, #f5f5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f3d, #39396a, #5c5c99, #8d8dce, #f5f5ff);
}
Similar color palettes
Scroll down to explore 1 Cosmic color palette
Galaxy Destroyer color palette created on .