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: #a6c6ed;
}
.color-2 {
color: #b2a7d3;
}
.color-3 {
color: #dfb1e2;
}
.color-4 {
color: #f4bed8;
}
.color-5 {
color: #f99fb1;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b2a7d3;
--color-3: #dfb1e2;
--color-4: #f4bed8;
--color-5: #f99fb1;
}

Pastel Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b2a7d3, #dfb1e2, #f4bed8, #f99fb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b2a7d3, #dfb1e2, #f4bed8, #f99fb1);
}

Pastel Purple color palette created on .