Paleta de colores Whispers of Soft Petals

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Soft Petals palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Soft Petals

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f7fdfc;
}
.color-3 {
color: #fbf3ef;
}
.color-4 {
color: #f5d7d6;
}
.color-5 {
color: #d2a3a5;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f7fdfc;
--color-3: #fbf3ef;
--color-4: #f5d7d6;
--color-5: #d2a3a5;
}

CSS del degradado de fondo Whispers of Soft Petals

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f7fdfc, #fbf3ef, #f5d7d6, #d2a3a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f7fdfc, #fbf3ef, #f5d7d6, #d2a3a5);
}

Whispers of Soft Petals color palette created on .