Pastel Blue Pink Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Blue Pink Purple palette

Share this palette to:

Pastel Blue Pink Purple color palette CSS

/* CSS */
.color-1 {
color: #9fc4e9;
}
.color-2 {
color: #d5a5e9;
}
.color-3 {
color: #f1b1d8;
}
.color-4 {
color: #f9c3e5;
}
.color-5 {
color: #f3e2f0;
}

/* CSS Variables */
:root {
--color-1: #9fc4e9;
--color-2: #d5a5e9;
--color-3: #f1b1d8;
--color-4: #f9c3e5;
--color-5: #f3e2f0;
}

Pastel Blue Pink Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e9, #d5a5e9, #f1b1d8, #f9c3e5, #f3e2f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e9, #d5a5e9, #f1b1d8, #f9c3e5, #f3e2f0);
}

Pastel Blue Pink Purple color palette created on .