Light Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Purple palette
Light Purple color palette CSS
/* CSS */
.color-1 {
color: #dac7e1;
}
.color-2 {
color: #a8b3e1;
}
.color-3 {
color: #7db2d8;
}
.color-4 {
color: #5abf8c;
}
.color-5 {
color: #f7d850;
}
/* CSS Variables */
:root {
--color-1: #dac7e1;
--color-2: #a8b3e1;
--color-3: #7db2d8;
--color-4: #5abf8c;
--color-5: #f7d850;
}
Light Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac7e1, #a8b3e1, #7db2d8, #5abf8c, #f7d850);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac7e1, #a8b3e1, #7db2d8, #5abf8c, #f7d850);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Light Purple color palette created on .