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: #ff7070;
}
.color-2 {
color: #ffa34d;
}
.color-3 {
color: #ffcc4d;
}
.color-4 {
color: #47a6ff;
}
.color-5 {
color: #ff4da3;
}

/* CSS Variables */
:root {
--color-1: #ff7070;
--color-2: #ffa34d;
--color-3: #ffcc4d;
--color-4: #47a6ff;
--color-5: #ff4da3;
}

CSS del degradado de fondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7070, #ffa34d, #ffcc4d, #47a6ff, #ff4da3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7070, #ffa34d, #ffcc4d, #47a6ff, #ff4da3);
}

Pink Sunset color palette created on .