Paleta de colores Pink Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Sunset palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Pink Sunset

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

CSS de la paleta de colores Pink Sunset

/* CSS */
.color-1 {
color: #e1a8b5;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e3cd72;
}
.color-4 {
color: #6c5b80;
}
.color-5 {
color: #365c7d;
}

/* CSS Variables */
:root {
--color-1: #e1a8b5;
--color-2: #f1c84b;
--color-3: #e3cd72;
--color-4: #6c5b80;
--color-5: #365c7d;
}

CSS del degradado de fondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1a8b5, #f1c84b, #e3cd72, #6c5b80, #365c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1a8b5, #f1c84b, #e3cd72, #6c5b80, #365c7d);
}

Pink Sunset color palette created on .