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: #f9d7ed;
}
.color-2 {
color: #f4a4d7;
}
.color-3 {
color: #f17eba;
}
.color-4 {
color: #e94e8c;
}
.color-5 {
color: #d93f6b;
}

/* CSS Variables */
:root {
--color-1: #f9d7ed;
--color-2: #f4a4d7;
--color-3: #f17eba;
--color-4: #e94e8c;
--color-5: #d93f6b;
}

CSS del degradado de fondo Blushing Petals

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d7ed, #f4a4d7, #f17eba, #e94e8c, #d93f6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d7ed, #f4a4d7, #f17eba, #e94e8c, #d93f6b);
}

Blushing Petals color palette created on .