Paleta de colores Pink Sunflowers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Sunflowers palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Pink Sunflowers

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

CSS de la paleta de colores Pink Sunflowers

/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f2a6d2;
}
.color-3 {
color: #f1d55b;
}
.color-4 {
color: #f7da4b;
}
.color-5 {
color: #f5b042;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f2a6d2;
--color-3: #f1d55b;
--color-4: #f7da4b;
--color-5: #f5b042;
}

CSS del degradado de fondo Pink Sunflowers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f2a6d2, #f1d55b, #f7da4b, #f5b042);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f2a6d2, #f1d55b, #f7da4b, #f5b042);
}

Pink Sunflowers color palette created on .