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: #d69a8a;
}
.color-2 {
color: #e2b6b1;
}
.color-3 {
color: #f1c6c6;
}
.color-4 {
color: #efdcdc;
}
.color-5 {
color: #f7dede;
}

/* CSS Variables */
:root {
--color-1: #d69a8a;
--color-2: #e2b6b1;
--color-3: #f1c6c6;
--color-4: #efdcdc;
--color-5: #f7dede;
}

CSS del degradado de fondo Blushing Petals

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69a8a, #e2b6b1, #f1c6c6, #efdcdc, #f7dede);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69a8a, #e2b6b1, #f1c6c6, #efdcdc, #f7dede);
}

Blushing Petals color palette created on .