Veil of Solitude Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Veil of Solitude palette
Veil of Solitude color palette CSS
/* CSS */
.color-1 {
color: #4b3d5c;
}
.color-2 {
color: #6b5b8b;
}
.color-3 {
color: #a98db4;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #f7a1c5;
}
/* CSS Variables */
:root {
--color-1: #4b3d5c;
--color-2: #6b5b8b;
--color-3: #a98db4;
--color-4: #eab8e4;
--color-5: #f7a1c5;
}
Veil of Solitude background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d5c, #6b5b8b, #a98db4, #eab8e4, #f7a1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d5c, #6b5b8b, #a98db4, #eab8e4, #f7a1c5);
}
Similar color palettes
Veil of Solitude color palette created on .