Veil of Suffering Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Veil of Suffering palette
Veil of Suffering color palette CSS
/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #6f396c;
}
.color-3 {
color: #a65e9e;
}
.color-4 {
color: #d9a1a9;
}
.color-5 {
color: #f3c3c7;
}
/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #6f396c;
--color-3: #a65e9e;
--color-4: #d9a1a9;
--color-5: #f3c3c7;
}
Veil of Suffering background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #6f396c, #a65e9e, #d9a1a9, #f3c3c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #6f396c, #a65e9e, #d9a1a9, #f3c3c7);
}
Similar color palettes
Veil of Suffering color palette created on .