Paleta de colores Pink Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Sunset

/* CSS */
.color-1 {
color: #e8b0c1;
}
.color-2 {
color: #f6a7d5;
}
.color-3 {
color: #f5d9b2;
}
.color-4 {
color: #ffce85;
}
.color-5 {
color: #ffa057;
}

/* CSS Variables */
:root {
--color-1: #e8b0c1;
--color-2: #f6a7d5;
--color-3: #f5d9b2;
--color-4: #ffce85;
--color-5: #ffa057;
}

CSS del degradado de fondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8b0c1, #f6a7d5, #f5d9b2, #ffce85, #ffa057);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8b0c1, #f6a7d5, #f5d9b2, #ffce85, #ffa057);
}

Pink Sunset color palette created on .