Galaxy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Galaxy palette
Galaxy color palette CSS
/* CSS */
.color-1 {
color: #201e76;
}
.color-2 {
color: #3c3b97;
}
.color-3 {
color: #6c6aaf;
}
.color-4 {
color: #aaa5c5;
}
.color-5 {
color: #d2c2e0;
}
/* CSS Variables */
:root {
--color-1: #201e76;
--color-2: #3c3b97;
--color-3: #6c6aaf;
--color-4: #aaa5c5;
--color-5: #d2c2e0;
}
Galaxy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #201e76, #3c3b97, #6c6aaf, #aaa5c5, #d2c2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #201e76, #3c3b97, #6c6aaf, #aaa5c5, #d2c2e0);
}
Similar color palettes
Galaxy color palette created on .