Purple Veyndar Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Veyndar palette

Share this palette to:

Purple Veyndar color palette CSS

/* CSS */
.color-1 {
color: #8a5bae;
}
.color-2 {
color: #6a4c94;
}
.color-3 {
color: #f7b1b1;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f8dfa0;
}

/* CSS Variables */
:root {
--color-1: #8a5bae;
--color-2: #6a4c94;
--color-3: #f7b1b1;
--color-4: #ff6e61;
--color-5: #f8dfa0;
}

Purple Veyndar background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a5bae, #6a4c94, #f7b1b1, #ff6e61, #f8dfa0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a5bae, #6a4c94, #f7b1b1, #ff6e61, #f8dfa0);
}

Purple Veyndar color palette created on .