Paleta de colores Romantic Bordeaux

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Romantic Bordeaux palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Romantic Bordeaux

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

CSS de la paleta de colores Romantic Bordeaux

/* 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;
}

CSS del degradado de fondo Romantic Bordeaux

/* 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 .