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