Rose Wine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rose Wine palette

Share this palette to:

Rose Wine color palette PNG image

Download rose wine color palette PNG image (landscape)
Download rose wine color palette PNG image (square)

Rose Wine color palette CSS

/* CSS */
.color-1 {
color: #d07c92;
}
.color-2 {
color: #c58c94;
}
.color-3 {
color: #b59baa;
}
.color-4 {
color: #f2c0ce;
}
.color-5 {
color: #e57b7b;
}

/* CSS Variables */
:root {
--color-1: #d07c92;
--color-2: #c58c94;
--color-3: #b59baa;
--color-4: #f2c0ce;
--color-5: #e57b7b;
}

Rose Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d07c92, #c58c94, #b59baa, #f2c0ce, #e57b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d07c92, #c58c94, #b59baa, #f2c0ce, #e57b7b);
}

Rose Wine color palette created on .