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: #f6a7b6;
}
.color-2 {
color: #f3c9d3;
}
.color-3 {
color: #f0e0e4;
}
.color-4 {
color: #f8e49b;
}
.color-5 {
color: #f6b83c;
}

/* CSS Variables */
:root {
--color-1: #f6a7b6;
--color-2: #f3c9d3;
--color-3: #f0e0e4;
--color-4: #f8e49b;
--color-5: #f6b83c;
}

CSS del degradado de fondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b6, #f3c9d3, #f0e0e4, #f8e49b, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b6, #f3c9d3, #f0e0e4, #f8e49b, #f6b83c);
}

Pink Sunset color palette created on .