Wine Romance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wine Romance palette
Wine Romance color palette PNG image
Wine Romance color palette CSS
/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #b64b49;
}
.color-3 {
color: #c8797a;
}
.color-4 {
color: #e3b0b5;
}
.color-5 {
color: #f6d0d3;
}
/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #b64b49;
--color-3: #c8797a;
--color-4: #e3b0b5;
--color-5: #f6d0d3;
}
Wine Romance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #b64b49, #c8797a, #e3b0b5, #f6d0d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #b64b49, #c8797a, #e3b0b5, #f6d0d3);
}
Similar color palettes
Wine Romance color palette created on .