Paleta de colores Blushing Petals

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Petals palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Petals

/* CSS */
.color-1 {
color: #ffe0ec;
}
.color-2 {
color: #f9a4af;
}
.color-3 {
color: #f27d91;
}
.color-4 {
color: #d85a7e;
}
.color-5 {
color: #b35b8d;
}

/* CSS Variables */
:root {
--color-1: #ffe0ec;
--color-2: #f9a4af;
--color-3: #f27d91;
--color-4: #d85a7e;
--color-5: #b35b8d;
}

CSS del degradado de fondo Blushing Petals

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe0ec, #f9a4af, #f27d91, #d85a7e, #b35b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe0ec, #f9a4af, #f27d91, #d85a7e, #b35b8d);
}

Blushing Petals color palette created on .