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: #515285;
}
.color-2 {
color: #4e4e7e;
}
.color-3 {
color: #4c4370;
}
.color-4 {
color: #40424f;
}
.color-5 {
color: #475357;
}

/* CSS Variables */
:root {
--color-1: #515285;
--color-2: #4e4e7e;
--color-3: #4c4370;
--color-4: #40424f;
--color-5: #475357;
}

CSS del degradado de fondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #515285, #4e4e7e, #4c4370, #40424f, #475357);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #515285, #4e4e7e, #4c4370, #40424f, #475357);
}

Pink Sunset color palette created on .