Paleta de colores Àspid

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Àspid palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Àspid

Download àspid color palette PNG image (landscape)
Download àspid color palette PNG image (square)

CSS de la paleta de colores Àspid

/* CSS */
.color-1 {
color: #d4c1e6;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #6f5b9a;
}
.color-4 {
color: #4a2c90;
}
.color-5 {
color: #3d1a6b;
}

/* CSS Variables */
:root {
--color-1: #d4c1e6;
--color-2: #a77ccb;
--color-3: #6f5b9a;
--color-4: #4a2c90;
--color-5: #3d1a6b;
}

CSS del degradado de fondo Àspid

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c1e6, #a77ccb, #6f5b9a, #4a2c90, #3d1a6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c1e6, #a77ccb, #6f5b9a, #4a2c90, #3d1a6b);
}

Àspid color palette created on .