Pink Velvet Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Velvet palette
Pink Velvet color palette CSS
/* CSS */
.color-1 {
color: #a85d8c;
}
.color-2 {
color: #d7a8b3;
}
.color-3 {
color: #f4c8d3;
}
.color-4 {
color: #f6e7d5;
}
.color-5 {
color: #f2d0a1;
}
/* CSS Variables */
:root {
--color-1: #a85d8c;
--color-2: #d7a8b3;
--color-3: #f4c8d3;
--color-4: #f6e7d5;
--color-5: #f2d0a1;
}
Pink Velvet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85d8c, #d7a8b3, #f4c8d3, #f6e7d5, #f2d0a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85d8c, #d7a8b3, #f4c8d3, #f6e7d5, #f2d0a1);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pink Velvet color palette created on .