Galactic Indulgence Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Galactic Indulgence palette

Share this palette to:

Galactic Indulgence color palette CSS

/* CSS */
.color-1 {
color: #b0546c;
}
.color-2 {
color: #d77c5b;
}
.color-3 {
color: #f6c479;
}
.color-4 {
color: #6e3f4d;
}
.color-5 {
color: #4b6f8b;
}

/* CSS Variables */
:root {
--color-1: #b0546c;
--color-2: #d77c5b;
--color-3: #f6c479;
--color-4: #6e3f4d;
--color-5: #4b6f8b;
}

Galactic Indulgence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0546c, #d77c5b, #f6c479, #6e3f4d, #4b6f8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0546c, #d77c5b, #f6c479, #6e3f4d, #4b6f8b);
}

Galactic Indulgence color palette created on .