Paleta de colores Faded Petals

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Faded Petals palette

Compartir esta paleta en:

CSS de la paleta de colores Faded Petals

/* CSS */
.color-1 {
color: #e3b0c4;
}
.color-2 {
color: #d090b2;
}
.color-3 {
color: #b57d9b;
}
.color-4 {
color: #9a5b81;
}
.color-5 {
color: #7f3d71;
}

/* CSS Variables */
:root {
--color-1: #e3b0c4;
--color-2: #d090b2;
--color-3: #b57d9b;
--color-4: #9a5b81;
--color-5: #7f3d71;
}

CSS del degradado de fondo Faded Petals

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b0c4, #d090b2, #b57d9b, #9a5b81, #7f3d71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b0c4, #d090b2, #b57d9b, #9a5b81, #7f3d71);
}

Faded Petals color palette created on .