Vin Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vin palette
Vin color palette PNG image
Vin color palette CSS
/* CSS */
.color-1 {
color: #4a2b39;
}
.color-2 {
color: #7c4b5e;
}
.color-3 {
color: #b36b8b;
}
.color-4 {
color: #e2a1c2;
}
.color-5 {
color: #f2d4e0;
}
/* CSS Variables */
:root {
--color-1: #4a2b39;
--color-2: #7c4b5e;
--color-3: #b36b8b;
--color-4: #e2a1c2;
--color-5: #f2d4e0;
}
Vin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b39, #7c4b5e, #b36b8b, #e2a1c2, #f2d4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b39, #7c4b5e, #b36b8b, #e2a1c2, #f2d4e0);
}
Similar color palettes
Vin color palette created on .