Purple Sword Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Sword palette
Download Purple Sword Color Palette (PNG)
Purple Sword color palette CSS
/* CSS */
.color-1 {
color: #7d3f8d;
}
.color-2 {
color: #aa63b0;
}
.color-3 {
color: #cf9fd6;
}
.color-4 {
color: #f5c2e3;
}
.color-5 {
color: #ff8080;
}
/* CSS Variables */
:root {
--color-1: #7d3f8d;
--color-2: #aa63b0;
--color-3: #cf9fd6;
--color-4: #f5c2e3;
--color-5: #ff8080;
}
Purple Sword background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d3f8d, #aa63b0, #cf9fd6, #f5c2e3, #ff8080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d3f8d, #aa63b0, #cf9fd6, #f5c2e3, #ff8080);
}
Similar color palettes
Purple Sword color palette created on .