Romantic Bordeaux Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Romantic Bordeaux palette

Share this palette to:

Romantic Bordeaux color palette PNG image

Download romantic bordeaux color palette PNG image (landscape)
Download romantic bordeaux color palette PNG image (square)

Romantic Bordeaux color palette CSS

/* CSS */
.color-1 {
color: #581331;
}
.color-2 {
color: #75293b;
}
.color-3 {
color: #975949;
}
.color-4 {
color: #b29062;
}
.color-5 {
color: #be9b7e;
}

/* CSS Variables */
:root {
--color-1: #581331;
--color-2: #75293b;
--color-3: #975949;
--color-4: #b29062;
--color-5: #be9b7e;
}

Romantic Bordeaux background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #581331, #75293b, #975949, #b29062, #be9b7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #581331, #75293b, #975949, #b29062, #be9b7e);
}

Romantic Bordeaux color palette created on .