Vino Rosado Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vino Rosado palette

Share this palette to:

Vino Rosado color palette PNG image

Download vino rosado color palette PNG image (landscape)
Download vino rosado color palette PNG image (square)

Vino Rosado color palette CSS

/* CSS */
.color-1 {
color: #8c2c4a;
}
.color-2 {
color: #d06c83;
}
.color-3 {
color: #f2a6b1;
}
.color-4 {
color: #f9c3c4;
}
.color-5 {
color: #e9b4c5;
}

/* CSS Variables */
:root {
--color-1: #8c2c4a;
--color-2: #d06c83;
--color-3: #f2a6b1;
--color-4: #f9c3c4;
--color-5: #e9b4c5;
}

Vino Rosado background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c2c4a, #d06c83, #f2a6b1, #f9c3c4, #e9b4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c2c4a, #d06c83, #f2a6b1, #f9c3c4, #e9b4c5);
}

Similar color palettes

Vino Rosado color palette created on .