Purple Edge Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Edge palette
Purple Edge color palette CSS
/* CSS */
.color-1 {
color: #3b2a89;
}
.color-2 {
color: #6a4c94;
}
.color-3 {
color: #a36bb8;
}
.color-4 {
color: #d5a47c;
}
.color-5 {
color: #e9c3c8;
}
/* CSS Variables */
:root {
--color-1: #3b2a89;
--color-2: #6a4c94;
--color-3: #a36bb8;
--color-4: #d5a47c;
--color-5: #e9c3c8;
}
Purple Edge background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2a89, #6a4c94, #a36bb8, #d5a47c, #e9c3c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2a89, #6a4c94, #a36bb8, #d5a47c, #e9c3c8);
}
Similar color palettes
Purple Edge color palette created on .