Paleta de colores Blushing Petal Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Petal Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Petal Whisper

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ebdccc;
}
.color-3 {
color: #f0a8be;
}
.color-4 {
color: #eeaabc;
}
.color-5 {
color: #eca2a3;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ebdccc;
--color-3: #f0a8be;
--color-4: #eeaabc;
--color-5: #eca2a3;
}

CSS del degradado de fondo Blushing Petal Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ebdccc, #f0a8be, #eeaabc, #eca2a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ebdccc, #f0a8be, #eeaabc, #eca2a3);
}

Blushing Petal Whisper color palette created on .