Saturn Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Saturn Glow palette
Saturn Glow color palette PNG image
Saturn Glow color palette CSS
/* CSS */
.color-1 {
color: #4c3c90;
}
.color-2 {
color: #7f6bb3;
}
.color-3 {
color: #a8a0d4;
}
.color-4 {
color: #d3b7f1;
}
.color-5 {
color: #f9e1f3;
}
/* CSS Variables */
:root {
--color-1: #4c3c90;
--color-2: #7f6bb3;
--color-3: #a8a0d4;
--color-4: #d3b7f1;
--color-5: #f9e1f3;
}
Saturn Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3c90, #7f6bb3, #a8a0d4, #d3b7f1, #f9e1f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3c90, #7f6bb3, #a8a0d4, #d3b7f1, #f9e1f3);
}
Similar color palettes
Saturn Glow color palette created on .