Sailor Pluto Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sailor Pluto palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sailor Pluto Color Palette (PNG)
Sailor Pluto color palette CSS
/* CSS */
.color-1 {
color: #4c3c5d;
}
.color-2 {
color: #8a5e8d;
}
.color-3 {
color: #b48d9c;
}
.color-4 {
color: #f4c6c3;
}
.color-5 {
color: #f9d89a;
}
/* CSS Variables */
:root {
--color-1: #4c3c5d;
--color-2: #8a5e8d;
--color-3: #b48d9c;
--color-4: #f4c6c3;
--color-5: #f9d89a;
}
Sailor Pluto background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3c5d, #8a5e8d, #b48d9c, #f4c6c3, #f9d89a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3c5d, #8a5e8d, #b48d9c, #f4c6c3, #f9d89a);
}
Similar color palettes
Sailor Pluto color palette created on .