Shades of Pink Lavender Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Pink Lavender palette
Shades of Pink Lavender color palette CSS
/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d8a5d9;
}
.color-3 {
color: #b68dc8;
}
.color-4 {
color: #9071b7;
}
.color-5 {
color: #6b4b95;
}
/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d8a5d9;
--color-3: #b68dc8;
--color-4: #9071b7;
--color-5: #6b4b95;
}
Shades of Pink Lavender background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d8a5d9, #b68dc8, #9071b7, #6b4b95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d8a5d9, #b68dc8, #9071b7, #6b4b95);
}
Similar color palettes
Scroll down to explore 700+ Aesthetic color palettes
Shades of Pink Lavender color palette created on .