Paleta de colores Red Romance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Romance palette

Compartir esta paleta en:

CSS de la paleta de colores Red Romance

/* CSS */
.color-1 {
color: #7d4052;
}
.color-2 {
color: #bc8599;
}
.color-3 {
color: #dfb9bf;
}
.color-4 {
color: #ebd1d2;
}
.color-5 {
color: #f3e7e9;
}

/* CSS Variables */
:root {
--color-1: #7d4052;
--color-2: #bc8599;
--color-3: #dfb9bf;
--color-4: #ebd1d2;
--color-5: #f3e7e9;
}

CSS del degradado de fondo Red Romance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4052, #bc8599, #dfb9bf, #ebd1d2, #f3e7e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4052, #bc8599, #dfb9bf, #ebd1d2, #f3e7e9);
}

Red Romance color palette created on .