Saturn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Saturn palette

Share this palette to:

Download Saturn Color Palette (PNG)

Download saturn color palette PNG image (landscape)
Download saturn color palette PNG image (square)

Saturn color palette CSS

/* CSS */
.color-1 {
color: #36178c;
}
.color-2 {
color: #5a2cc3;
}
.color-3 {
color: #c954c7;
}
.color-4 {
color: #f8afb5;
}
.color-5 {
color: #fce7ca;
}

/* CSS Variables */
:root {
--color-1: #36178c;
--color-2: #5a2cc3;
--color-3: #c954c7;
--color-4: #f8afb5;
--color-5: #fce7ca;
}

Saturn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #36178c, #5a2cc3, #c954c7, #f8afb5, #fce7ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #36178c, #5a2cc3, #c954c7, #f8afb5, #fce7ca);
}

Saturn color palette created on .