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: #d6a8c6;
}
.color-2 {
color: #f0b2d2;
}
.color-3 {
color: #f8d37c;
}
.color-4 {
color: #f1a650;
}
.color-5 {
color: #f65b3c;
}

/* CSS Variables */
:root {
--color-1: #d6a8c6;
--color-2: #f0b2d2;
--color-3: #f8d37c;
--color-4: #f1a650;
--color-5: #f65b3c;
}

CSS del degradado de fondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a8c6, #f0b2d2, #f8d37c, #f1a650, #f65b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a8c6, #f0b2d2, #f8d37c, #f1a650, #f65b3c);
}

Pink Sunset color palette created on .