Paleta de colores Blushing Romance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Romance palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Romance

/* CSS */
.color-1 {
color: #ff7081;
}
.color-2 {
color: #ffa09e;
}
.color-3 {
color: #ffb3c1;
}
.color-4 {
color: #ffccdb;
}
.color-5 {
color: #ffe5e8;
}

/* CSS Variables */
:root {
--color-1: #ff7081;
--color-2: #ffa09e;
--color-3: #ffb3c1;
--color-4: #ffccdb;
--color-5: #ffe5e8;
}

CSS del degradado de fondo Blushing Romance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7081, #ffa09e, #ffb3c1, #ffccdb, #ffe5e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7081, #ffa09e, #ffb3c1, #ffccdb, #ffe5e8);
}

Blushing Romance color palette created on .