Pink Valley Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Valley palette
Pink Valley color palette CSS
/* CSS */
.color-1 {
color: #a84da0;
}
.color-2 {
color: #b78ccf;
}
.color-3 {
color: #e5c2e1;
}
.color-4 {
color: #f8e0d8;
}
.color-5 {
color: #f1a7b8;
}
/* CSS Variables */
:root {
--color-1: #a84da0;
--color-2: #b78ccf;
--color-3: #e5c2e1;
--color-4: #f8e0d8;
--color-5: #f1a7b8;
}
Pink Valley background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a84da0, #b78ccf, #e5c2e1, #f8e0d8, #f1a7b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a84da0, #b78ccf, #e5c2e1, #f8e0d8, #f1a7b8);
}
Similar color palettes
Pink Valley color palette created on .