Purple Science Fiction Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Science Fiction palette
Purple Science Fiction color palette CSS
/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #8d61f5;
}
.color-3 {
color: #b47df2;
}
.color-4 {
color: #d3a0f8;
}
.color-5 {
color: #f2c7ff;
}
/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #8d61f5;
--color-3: #b47df2;
--color-4: #d3a0f8;
--color-5: #f2c7ff;
}
Purple Science Fiction background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #8d61f5, #b47df2, #d3a0f8, #f2c7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #8d61f5, #b47df2, #d3a0f8, #f2c7ff);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Purple Science Fiction color palette created on .