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: #f6c1d7;
}
.color-2 {
color: #f1b1e1;
}
.color-3 {
color: #f1a7c6;
}
.color-4 {
color: #e2b95a;
}
.color-5 {
color: #f9d780;
}

/* CSS Variables */
:root {
--color-1: #f6c1d7;
--color-2: #f1b1e1;
--color-3: #f1a7c6;
--color-4: #e2b95a;
--color-5: #f9d780;
}

CSS del degradado de fondo Pink Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1d7, #f1b1e1, #f1a7c6, #e2b95a, #f9d780);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1d7, #f1b1e1, #f1a7c6, #e2b95a, #f9d780);
}

Pink Sunshine color palette created on .