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: #f1a7ae;
}
.color-2 {
color: #f18e91;
}
.color-3 {
color: #f16a6a;
}
.color-4 {
color: #e9514e;
}
.color-5 {
color: #e13d40;
}

/* CSS Variables */
:root {
--color-1: #f1a7ae;
--color-2: #f18e91;
--color-3: #f16a6a;
--color-4: #e9514e;
--color-5: #e13d40;
}

CSS del degradado de fondo Blushing Romance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7ae, #f18e91, #f16a6a, #e9514e, #e13d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7ae, #f18e91, #f16a6a, #e9514e, #e13d40);
}

Blushing Romance color palette created on .