Paleta de colores Blushing Divinity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Divinity palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Divinity

/* CSS */
.color-1 {
color: #fbdae7;
}
.color-2 {
color: #f7c5e1;
}
.color-3 {
color: #f8b4d1;
}
.color-4 {
color: #f2abc6;
}
.color-5 {
color: #ea95b7;
}

/* CSS Variables */
:root {
--color-1: #fbdae7;
--color-2: #f7c5e1;
--color-3: #f8b4d1;
--color-4: #f2abc6;
--color-5: #ea95b7;
}

CSS del degradado de fondo Blushing Divinity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbdae7, #f7c5e1, #f8b4d1, #f2abc6, #ea95b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbdae7, #f7c5e1, #f8b4d1, #f2abc6, #ea95b7);
}

Blushing Divinity color palette created on .