Paleta de colores Purple Gold Whitesand

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Gold Whitesand palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Gold Whitesand

/* CSS */
.color-1 {
color: #5e4b8b;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f8e1b4;
}
.color-4 {
color: #c0b2e0;
}
.color-5 {
color: #f9f1e7;
}

/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #f1c84b;
--color-3: #f8e1b4;
--color-4: #c0b2e0;
--color-5: #f9f1e7;
}

CSS del degradado de fondo Purple Gold Whitesand

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #f1c84b, #f8e1b4, #c0b2e0, #f9f1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #f1c84b, #f8e1b4, #c0b2e0, #f9f1e7);
}

Purple Gold Whitesand color palette created on .