Blood Wine Lonely Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blood Wine Lonely palette

Share this palette to:

Blood Wine Lonely color palette PNG image

Download blood wine lonely color palette PNG image (landscape)
Download blood wine lonely color palette PNG image (square)

Blood Wine Lonely color palette CSS

/* CSS */
.color-1 {
color: #6e2c2b;
}
.color-2 {
color: #9c4949;
}
.color-3 {
color: #c17676;
}
.color-4 {
color: #e5a29f;
}
.color-5 {
color: #f7d9d9;
}

/* CSS Variables */
:root {
--color-1: #6e2c2b;
--color-2: #9c4949;
--color-3: #c17676;
--color-4: #e5a29f;
--color-5: #f7d9d9;
}

Blood Wine Lonely background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e2c2b, #9c4949, #c17676, #e5a29f, #f7d9d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e2c2b, #9c4949, #c17676, #e5a29f, #f7d9d9);
}

Blood Wine Lonely color palette created on .