Pastel Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Purple palette
Pastel Purple color palette CSS
/* CSS */
.color-1 {
color: #d49fdf;
}
.color-2 {
color: #a0cfe9;
}
.color-3 {
color: #86e4c5;
}
.color-4 {
color: #f7c2b1;
}
.color-5 {
color: #f9d64e;
}
/* CSS Variables */
:root {
--color-1: #d49fdf;
--color-2: #a0cfe9;
--color-3: #86e4c5;
--color-4: #f7c2b1;
--color-5: #f9d64e;
}
Pastel Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d49fdf, #a0cfe9, #86e4c5, #f7c2b1, #f9d64e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d49fdf, #a0cfe9, #86e4c5, #f7c2b1, #f9d64e);
}
Similar color palettes
Pastel Purple color palette created on .