Paleta de colores Pink Sylvie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Sylvie palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Sylvie

/* CSS */
.color-1 {
color: #ff8fa5;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #ff3d4a;
}
.color-5 {
color: #ff2e38;
}

/* CSS Variables */
:root {
--color-1: #ff8fa5;
--color-2: #ff6e61;
--color-3: #ff4d4f;
--color-4: #ff3d4a;
--color-5: #ff2e38;
}

CSS del degradado de fondo Pink Sylvie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8fa5, #ff6e61, #ff4d4f, #ff3d4a, #ff2e38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8fa5, #ff6e61, #ff4d4f, #ff3d4a, #ff2e38);
}

Pink Sylvie color palette created on .