Galactic Indulgence Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Galactic Indulgence palette
Galactic Indulgence color palette CSS
/* CSS */
.color-1 {
color: #5b4b8b;
}
.color-2 {
color: #b48db9;
}
.color-3 {
color: #c7d3e0;
}
.color-4 {
color: #f2a391;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #b48db9;
--color-3: #c7d3e0;
--color-4: #f2a391;
--color-5: #ff6e61;
}
Galactic Indulgence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #b48db9, #c7d3e0, #f2a391, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #b48db9, #c7d3e0, #f2a391, #ff6e61);
}
Similar color palettes
Galactic Indulgence color palette created on .