Paleta de colores Whispers of Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Blossom palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Blossom

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #faf9fa;
}
.color-3 {
color: #eddee1;
}
.color-4 {
color: #f2bbcd;
}
.color-5 {
color: #f18eaf;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #faf9fa;
--color-3: #eddee1;
--color-4: #f2bbcd;
--color-5: #f18eaf;
}

CSS del degradado de fondo Whispers of Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #faf9fa, #eddee1, #f2bbcd, #f18eaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #faf9fa, #eddee1, #f2bbcd, #f18eaf);
}

Whispers of Blossom color palette created on .