Anubis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Anubis palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Anubis

Download anubis color palette PNG image (landscape)
Download anubis color palette PNG image (square)

tavolozza dei colori Anubis CSS

/* CSS */
.color-1 {
color: #7c4dff;
}
.color-2 {
color: #5e35b1;
}
.color-3 {
color: #4051b5;
}
.color-4 {
color: #1975d2;
}
.color-5 {
color: #00bdad;
}

/* CSS Variables */
:root {
--color-1: #7c4dff;
--color-2: #5e35b1;
--color-3: #4051b5;
--color-4: #1975d2;
--color-5: #00bdad;
}

CSS con gradiente di sfondo Anubis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c4dff, #5e35b1, #4051b5, #1975d2, #00bdad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c4dff, #5e35b1, #4051b5, #1975d2, #00bdad);
}

Anubis color palette created on .