Pink Vampire Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Vampire Shades palette
Pink Vampire Shades color palette CSS
/* CSS */
.color-1 {
color: #ff809b;
}
.color-2 {
color: #d2608a;
}
.color-3 {
color: #b75c93;
}
.color-4 {
color: #a45b9c;
}
.color-5 {
color: #8a499c;
}
/* CSS Variables */
:root {
--color-1: #ff809b;
--color-2: #d2608a;
--color-3: #b75c93;
--color-4: #a45b9c;
--color-5: #8a499c;
}
Pink Vampire Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff809b, #d2608a, #b75c93, #a45b9c, #8a499c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff809b, #d2608a, #b75c93, #a45b9c, #8a499c);
}
Similar color palettes
Pink Vampire Shades color palette created on .