Red Wine and Champagne Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Wine and Champagne palette
Red Wine and Champagne color palette CSS
/* CSS */
.color-1 {
color: #7a2a3b;
}
.color-2 {
color: #b78552;
}
.color-3 {
color: #edd6a6;
}
.color-4 {
color: #a2a34d;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #7a2a3b;
--color-2: #b78552;
--color-3: #edd6a6;
--color-4: #a2a34d;
--color-5: #f0a800;
}
Red Wine and Champagne background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a3b, #b78552, #edd6a6, #a2a34d, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a3b, #b78552, #edd6a6, #a2a34d, #f0a800);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Red Wine and Champagne color palette created on .