Wine and Flannel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wine and Flannel palette
Wine and Flannel color palette PNG image
Wine and Flannel color palette CSS
/* CSS */
.color-1 {
color: #7a2a3e;
}
.color-2 {
color: #9a4c56;
}
.color-3 {
color: #b5737f;
}
.color-4 {
color: #e5b3c1;
}
.color-5 {
color: #f5d7d1;
}
/* CSS Variables */
:root {
--color-1: #7a2a3e;
--color-2: #9a4c56;
--color-3: #b5737f;
--color-4: #e5b3c1;
--color-5: #f5d7d1;
}
Wine and Flannel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a3e, #9a4c56, #b5737f, #e5b3c1, #f5d7d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a3e, #9a4c56, #b5737f, #e5b3c1, #f5d7d1);
}
Similar color palettes
Wine and Flannel color palette created on .