Wine and Sky Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wine and Sky palette

Share this palette to:

Wine and Sky color palette PNG image

Download wine and sky color palette PNG image (landscape)
Download wine and sky color palette PNG image (square)

Wine and Sky color palette CSS

/* CSS */
.color-1 {
color: #7a2a3a;
}
.color-2 {
color: #995656;
}
.color-3 {
color: #cca3a3;
}
.color-4 {
color: #e4b4d0;
}
.color-5 {
color: #7db2e3;
}

/* CSS Variables */
:root {
--color-1: #7a2a3a;
--color-2: #995656;
--color-3: #cca3a3;
--color-4: #e4b4d0;
--color-5: #7db2e3;
}

Wine and Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a3a, #995656, #cca3a3, #e4b4d0, #7db2e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a3a, #995656, #cca3a3, #e4b4d0, #7db2e3);
}

Wine and Sky color palette created on .