Paleta de colores Purple School Girl

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple School Girl palette

Compartir esta paleta en:

CSS de la paleta de colores Purple School Girl

/* CSS */
.color-1 {
color: #f4c3b3;
}
.color-2 {
color: #f9e7d2;
}
.color-3 {
color: #eae0c8;
}
.color-4 {
color: #d8b2e1;
}
.color-5 {
color: #c3a2e2;
}

/* CSS Variables */
:root {
--color-1: #f4c3b3;
--color-2: #f9e7d2;
--color-3: #eae0c8;
--color-4: #d8b2e1;
--color-5: #c3a2e2;
}

CSS del degradado de fondo Purple School Girl

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3b3, #f9e7d2, #eae0c8, #d8b2e1, #c3a2e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3b3, #f9e7d2, #eae0c8, #d8b2e1, #c3a2e2);
}

Purple School Girl color palette created on .