Paleta de colores Pink Gardenia

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Gardenia palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Pink Gardenia

Download pink gardenia color palette PNG image (landscape)
Download pink gardenia color palette PNG image (square)

CSS de la paleta de colores Pink Gardenia

/* CSS */
.color-1 {
color: #f8e0bf;
}
.color-2 {
color: #f4b79f;
}
.color-3 {
color: #f19998;
}
.color-4 {
color: #f05c7c;
}
.color-5 {
color: #d84f66;
}

/* CSS Variables */
:root {
--color-1: #f8e0bf;
--color-2: #f4b79f;
--color-3: #f19998;
--color-4: #f05c7c;
--color-5: #d84f66;
}

CSS del degradado de fondo Pink Gardenia

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0bf, #f4b79f, #f19998, #f05c7c, #d84f66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0bf, #f4b79f, #f19998, #f05c7c, #d84f66);
}

Pink Gardenia color palette created on .