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: #ea8aaa;
}
.color-2 {
color: #f1a7b8;
}
.color-3 {
color: #f6c6d3;
}
.color-4 {
color: #f4e1e6;
}
.color-5 {
color: #f9d7e1;
}

/* CSS Variables */
:root {
--color-1: #ea8aaa;
--color-2: #f1a7b8;
--color-3: #f6c6d3;
--color-4: #f4e1e6;
--color-5: #f9d7e1;
}

CSS del degradado de fondo Blushing Petals

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea8aaa, #f1a7b8, #f6c6d3, #f4e1e6, #f9d7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea8aaa, #f1a7b8, #f6c6d3, #f4e1e6, #f9d7e1);
}

Blushing Petals color palette created on .