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: #fdf7f8;
}
.color-2 {
color: #f6edea;
}
.color-3 {
color: #fae3db;
}
.color-4 {
color: #e5dce1;
}
.color-5 {
color: #f5ccd8;
}

/* CSS Variables */
:root {
--color-1: #fdf7f8;
--color-2: #f6edea;
--color-3: #fae3db;
--color-4: #e5dce1;
--color-5: #f5ccd8;
}

CSS del degradado de fondo Whispers of Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf7f8, #f6edea, #fae3db, #e5dce1, #f5ccd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf7f8, #f6edea, #fae3db, #e5dce1, #f5ccd8);
}

Paletas de colores similares

Whispers of Blush color palette created on .