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: #ffb3c1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d4d;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6e61;
--color-3: #ff4d4d;
--color-4: #ff9900;
--color-5: #ffd900;
}

CSS del degradado de fondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6e61, #ff4d4d, #ff9900, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6e61, #ff4d4d, #ff9900, #ffd900);
}

Pink Sunset color palette created on .