Jupiter Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jupiter palette
Jupiter color palette PNG image
Jupiter color palette CSS
/* CSS */
.color-1 {
color: #803f8d;
}
.color-2 {
color: #a45fbf;
}
.color-3 {
color: #f0a3c0;
}
.color-4 {
color: #f6e69d;
}
.color-5 {
color: #e5aa3e;
}
/* CSS Variables */
:root {
--color-1: #803f8d;
--color-2: #a45fbf;
--color-3: #f0a3c0;
--color-4: #f6e69d;
--color-5: #e5aa3e;
}
Jupiter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #803f8d, #a45fbf, #f0a3c0, #f6e69d, #e5aa3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #803f8d, #a45fbf, #f0a3c0, #f6e69d, #e5aa3e);
}
Similar color palettes
Jupiter color palette created on .