Outer-Inner-Solar System Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Outer-Inner-Solar System palette
Outer-Inner-Solar System color palette PNG image
Outer-Inner-Solar System color palette CSS
/* CSS */
.color-1 {
color: #1a203d;
}
.color-2 {
color: #3c4c8b;
}
.color-3 {
color: #7c9dda;
}
.color-4 {
color: #f3ca4f;
}
.color-5 {
color: #ff9900;
}
/* CSS Variables */
:root {
--color-1: #1a203d;
--color-2: #3c4c8b;
--color-3: #7c9dda;
--color-4: #f3ca4f;
--color-5: #ff9900;
}
Outer-Inner-Solar System background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a203d, #3c4c8b, #7c9dda, #f3ca4f, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a203d, #3c4c8b, #7c9dda, #f3ca4f, #ff9900);
}
Similar color palettes
Outer-Inner-Solar System color palette created on .