Paleta de colores Whispering Blossoms

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Blossoms palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Blossoms

/* CSS */
.color-1 {
color: #f6cdcb;
}
.color-2 {
color: #d0dfce;
}
.color-3 {
color: #ead8c8;
}
.color-4 {
color: #f8e8b9;
}
.color-5 {
color: #f3aeaa;
}

/* CSS Variables */
:root {
--color-1: #f6cdcb;
--color-2: #d0dfce;
--color-3: #ead8c8;
--color-4: #f8e8b9;
--color-5: #f3aeaa;
}

CSS del degradado de fondo Whispering Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6cdcb, #d0dfce, #ead8c8, #f8e8b9, #f3aeaa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6cdcb, #d0dfce, #ead8c8, #f8e8b9, #f3aeaa);
}

Whispering Blossoms color palette created on .