Velvet Weightlessness Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Velvet Weightlessness palette

Share this palette to:

Velvet Weightlessness color palette CSS

/* CSS */
.color-1 {
color: #6a4f78;
}
.color-2 {
color: #996d9c;
}
.color-3 {
color: #c4a1b7;
}
.color-4 {
color: #f0c7d0;
}
.color-5 {
color: #f6e7b6;
}

/* CSS Variables */
:root {
--color-1: #6a4f78;
--color-2: #996d9c;
--color-3: #c4a1b7;
--color-4: #f0c7d0;
--color-5: #f6e7b6;
}

Velvet Weightlessness background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4f78, #996d9c, #c4a1b7, #f0c7d0, #f6e7b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4f78, #996d9c, #c4a1b7, #f0c7d0, #f6e7b6);
}

Velvet Weightlessness color palette created on .