Paleta de colores Sylveon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sylveon palette

Compartir esta paleta en:

CSS de la paleta de colores Sylveon

/* CSS */
.color-1 {
color: #f2b1d4;
}
.color-2 {
color: #f7c5da;
}
.color-3 {
color: #e7a5e9;
}
.color-4 {
color: #a98db4;
}
.color-5 {
color: #9b73a0;
}

/* CSS Variables */
:root {
--color-1: #f2b1d4;
--color-2: #f7c5da;
--color-3: #e7a5e9;
--color-4: #a98db4;
--color-5: #9b73a0;
}

CSS del degradado de fondo Sylveon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1d4, #f7c5da, #e7a5e9, #a98db4, #9b73a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1d4, #f7c5da, #e7a5e9, #a98db4, #9b73a0);
}

Sylveon color palette created on .