Pastel Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Purple palette

Share this palette to:

Pastel Purple color palette CSS

/* CSS */
.color-1 {
color: #d4a4df;
}
.color-2 {
color: #c5a5ca;
}
.color-3 {
color: #a4c6e0;
}
.color-4 {
color: #f2d4e0;
}
.color-5 {
color: #f8b4d2;
}

/* CSS Variables */
:root {
--color-1: #d4a4df;
--color-2: #c5a5ca;
--color-3: #a4c6e0;
--color-4: #f2d4e0;
--color-5: #f8b4d2;
}

Pastel Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a4df, #c5a5ca, #a4c6e0, #f2d4e0, #f8b4d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a4df, #c5a5ca, #a4c6e0, #f2d4e0, #f8b4d2);
}

Pastel Purple color palette created on .