Wine Pon You Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wine Pon You palette
Wine Pon You color palette PNG image
Wine Pon You color palette CSS
/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #a35c7c;
}
.color-3 {
color: #d7a8b7;
}
.color-4 {
color: #f5c7d4;
}
.color-5 {
color: #f3e2e7;
}
/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #a35c7c;
--color-3: #d7a8b7;
--color-4: #f5c7d4;
--color-5: #f3e2e7;
}
Wine Pon You background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #a35c7c, #d7a8b7, #f5c7d4, #f3e2e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #a35c7c, #d7a8b7, #f5c7d4, #f3e2e7);
}
Similar color palettes
Scroll down to explore 7 Wine color palettes
Wine Pon You color palette created on .