Paleta de colores Whispers of Blush

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Blush palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Blush

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fbfaf9;
}
.color-3 {
color: #faf2ef;
}
.color-4 {
color: #f0e2e0;
}
.color-5 {
color: #ddc8c6;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fbfaf9;
--color-3: #faf2ef;
--color-4: #f0e2e0;
--color-5: #ddc8c6;
}

CSS del degradado de fondo Whispers of Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fbfaf9, #faf2ef, #f0e2e0, #ddc8c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fbfaf9, #faf2ef, #f0e2e0, #ddc8c6);
}

Whispers of Blush color palette created on .