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: #f1a7b8;
}
.color-2 {
color: #e07b9d;
}
.color-3 {
color: #d65c8d;
}
.color-4 {
color: #b54f80;
}
.color-5 {
color: #9b4b78;
}

/* CSS Variables */
:root {
--color-1: #f1a7b8;
--color-2: #e07b9d;
--color-3: #d65c8d;
--color-4: #b54f80;
--color-5: #9b4b78;
}

CSS del degradado de fondo Whispers of Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b8, #e07b9d, #d65c8d, #b54f80, #9b4b78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b8, #e07b9d, #d65c8d, #b54f80, #9b4b78);
}

Whispers of Blossom color palette created on .