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