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: #a76c9b;
}
.color-2 {
color: #b4a1c9;
}
.color-3 {
color: #cfc2e0;
}
.color-4 {
color: #e4d4f2;
}
.color-5 {
color: #f0b2e4;
}

/* CSS Variables */
:root {
--color-1: #a76c9b;
--color-2: #b4a1c9;
--color-3: #cfc2e0;
--color-4: #e4d4f2;
--color-5: #f0b2e4;
}

Pastel Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a76c9b, #b4a1c9, #cfc2e0, #e4d4f2, #f0b2e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a76c9b, #b4a1c9, #cfc2e0, #e4d4f2, #f0b2e4);
}

Pastel Purple color palette created on .