Paleta de colores Purple and Cream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple and Cream palette

Compartir esta paleta en:

CSS de la paleta de colores Purple and Cream

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f7f7f7;
}
.color-3 {
color: #8a4aba;
}
.color-4 {
color: #4b2c1b;
}
.color-5 {
color: #fff3d1;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f7f7f7;
--color-3: #8a4aba;
--color-4: #4b2c1b;
--color-5: #fff3d1;
}

CSS del degradado de fondo Purple and Cream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f7f7f7, #8a4aba, #4b2c1b, #fff3d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f7f7f7, #8a4aba, #4b2c1b, #fff3d1);
}

Purple and Cream color palette created on .