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