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: #a9287c;
}
.color-2 {
color: #c6588b;
}
.color-3 {
color: #e8a1b7;
}
.color-4 {
color: #f8d7c4;
}
.color-5 {
color: #f2e2d4;
}

/* CSS Variables */
:root {
--color-1: #a9287c;
--color-2: #c6588b;
--color-3: #e8a1b7;
--color-4: #f8d7c4;
--color-5: #f2e2d4;
}

CSS del degradado de fondo Blushing Petals

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9287c, #c6588b, #e8a1b7, #f8d7c4, #f2e2d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9287c, #c6588b, #e8a1b7, #f8d7c4, #f2e2d4);
}

Blushing Petals color palette created on .