Velvet Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Velvet Twilight palette

Share this palette to:

Velvet Twilight color palette CSS

/* CSS */
.color-1 {
color: #5b2c90;
}
.color-2 {
color: #7a4fab;
}
.color-3 {
color: #9e70c2;
}
.color-4 {
color: #d2a6e3;
}
.color-5 {
color: #f5d1f0;
}

/* CSS Variables */
:root {
--color-1: #5b2c90;
--color-2: #7a4fab;
--color-3: #9e70c2;
--color-4: #d2a6e3;
--color-5: #f5d1f0;
}

Velvet Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2c90, #7a4fab, #9e70c2, #d2a6e3, #f5d1f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2c90, #7a4fab, #9e70c2, #d2a6e3, #f5d1f0);
}

Velvet Twilight color palette created on .