Paleta de colores Romantic Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Romantic Red palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Romantic Red

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

CSS de la paleta de colores Romantic Red

/* CSS */
.color-1 {
color: #6b1b1a;
}
.color-2 {
color: #b51c1c;
}
.color-3 {
color: #f490b1;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #9b27b0;
}

/* CSS Variables */
:root {
--color-1: #6b1b1a;
--color-2: #b51c1c;
--color-3: #f490b1;
--color-4: #ffffff;
--color-5: #9b27b0;
}

CSS del degradado de fondo Romantic Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b1b1a, #b51c1c, #f490b1, #ffffff, #9b27b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b1b1a, #b51c1c, #f490b1, #ffffff, #9b27b0);
}

Romantic Red color palette created on .