Veiled Intentions Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Veiled Intentions palette
Veiled Intentions color palette CSS
/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #a95b8e;
}
.color-3 {
color: #d89d8d;
}
.color-4 {
color: #f3d66d;
}
.color-5 {
color: #f68b2c;
}
/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #a95b8e;
--color-3: #d89d8d;
--color-4: #f3d66d;
--color-5: #f68b2c;
}
Veiled Intentions background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #a95b8e, #d89d8d, #f3d66d, #f68b2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #a95b8e, #d89d8d, #f3d66d, #f68b2c);
}
Similar color palettes
Veiled Intentions color palette created on .