Purple Beauty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Beauty palette
Purple Beauty color palette CSS
/* CSS */
.color-1 {
color: #7b5b9f;
}
.color-2 {
color: #c3a2c8;
}
.color-3 {
color: #e5b7f0;
}
.color-4 {
color: #fbc1d8;
}
.color-5 {
color: #ff7092;
}
/* CSS Variables */
:root {
--color-1: #7b5b9f;
--color-2: #c3a2c8;
--color-3: #e5b7f0;
--color-4: #fbc1d8;
--color-5: #ff7092;
}
Purple Beauty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b5b9f, #c3a2c8, #e5b7f0, #fbc1d8, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b5b9f, #c3a2c8, #e5b7f0, #fbc1d8, #ff7092);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Purple Beauty color palette created on .