Purple Saturn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Saturn palette
Purple Saturn color palette CSS
/* CSS */
.color-1 {
color: #3f2c90;
}
.color-2 {
color: #a26fae;
}
.color-3 {
color: #f8c572;
}
.color-4 {
color: #f9aeae;
}
.color-5 {
color: #f1c40e;
}
/* CSS Variables */
:root {
--color-1: #3f2c90;
--color-2: #a26fae;
--color-3: #f8c572;
--color-4: #f9aeae;
--color-5: #f1c40e;
}
Purple Saturn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f2c90, #a26fae, #f8c572, #f9aeae, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f2c90, #a26fae, #f8c572, #f9aeae, #f1c40e);
}
Similar color palettes
Purple Saturn color palette created on .