Paleta de colores Pink Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Sunshine palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Sunshine

/* CSS */
.color-1 {
color: #ffb3d1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff997a;
}
.color-4 {
color: #ffcf57;
}
.color-5 {
color: #ffda85;
}

/* CSS Variables */
:root {
--color-1: #ffb3d1;
--color-2: #ff6e61;
--color-3: #ff997a;
--color-4: #ffcf57;
--color-5: #ffda85;
}

CSS del degradado de fondo Pink Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d1, #ff6e61, #ff997a, #ffcf57, #ffda85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d1, #ff6e61, #ff997a, #ffcf57, #ffda85);
}

Pink Sunshine color palette created on .