Purple Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Shades palette
Purple Shades color palette CSS
/* CSS */
.color-1 {
color: #1f2747;
}
.color-2 {
color: #4e4c76;
}
.color-3 {
color: #7b6b9e;
}
.color-4 {
color: #b9a0c5;
}
.color-5 {
color: #e5c2e3;
}
/* CSS Variables */
:root {
--color-1: #1f2747;
--color-2: #4e4c76;
--color-3: #7b6b9e;
--color-4: #b9a0c5;
--color-5: #e5c2e3;
}
Purple Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2747, #4e4c76, #7b6b9e, #b9a0c5, #e5c2e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2747, #4e4c76, #7b6b9e, #b9a0c5, #e5c2e3);
}
Similar color palettes
Purple Shades color palette created on .