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: #fcfbf8;
}
.color-2 {
color: #f8eee8;
}
.color-3 {
color: #fbe9d0;
}
.color-4 {
color: #ebccd3;
}
.color-5 {
color: #d5aebe;
}

/* CSS Variables */
:root {
--color-1: #fcfbf8;
--color-2: #f8eee8;
--color-3: #fbe9d0;
--color-4: #ebccd3;
--color-5: #d5aebe;
}

CSS del degradado de fondo Whispers of Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfbf8, #f8eee8, #fbe9d0, #ebccd3, #d5aebe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfbf8, #f8eee8, #fbe9d0, #ebccd3, #d5aebe);
}

Whispers of Blush color palette created on .