Velvette Dust Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Velvette Dust palette

Share this palette to:

Download Velvette Dust Color Palette (PNG)

Download velvette dust color palette PNG image (landscape)
Download velvette dust color palette PNG image (square)

Velvette Dust color palette CSS

/* CSS */
.color-1 {
color: #eab8c8;
}
.color-2 {
color: #d07c9c;
}
.color-3 {
color: #b4506c;
}
.color-4 {
color: #7a2a4a;
}
.color-5 {
color: #4d1e27;
}

/* CSS Variables */
:root {
--color-1: #eab8c8;
--color-2: #d07c9c;
--color-3: #b4506c;
--color-4: #7a2a4a;
--color-5: #4d1e27;
}

Velvette Dust background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8c8, #d07c9c, #b4506c, #7a2a4a, #4d1e27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8c8, #d07c9c, #b4506c, #7a2a4a, #4d1e27);
}

Velvette Dust color palette created on .