Paleta de colores Whispers of Pink Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Pink Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Pink Dreams

/* CSS */
.color-1 {
color: #fdfcfd;
}
.color-2 {
color: #ffdbf0;
}
.color-3 {
color: #ffd1ea;
}
.color-4 {
color: #e1dae7;
}
.color-5 {
color: #fdc4e4;
}

/* CSS Variables */
:root {
--color-1: #fdfcfd;
--color-2: #ffdbf0;
--color-3: #ffd1ea;
--color-4: #e1dae7;
--color-5: #fdc4e4;
}

CSS del degradado de fondo Whispers of Pink Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfcfd, #ffdbf0, #ffd1ea, #e1dae7, #fdc4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfcfd, #ffdbf0, #ffd1ea, #e1dae7, #fdc4e4);
}

Whispers of Pink Dreams color palette created on .