Axel Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Axel palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Axel

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

tavolozza dei colori Axel CSS

/* CSS */
.color-1 {
color: #3b4bc9;
}
.color-2 {
color: #618de5;
}
.color-3 {
color: #70b2e1;
}
.color-4 {
color: #69d3a3;
}
.color-5 {
color: #f5a524;
}

/* CSS Variables */
:root {
--color-1: #3b4bc9;
--color-2: #618de5;
--color-3: #70b2e1;
--color-4: #69d3a3;
--color-5: #f5a524;
}

CSS con gradiente di sfondo Axel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4bc9, #618de5, #70b2e1, #69d3a3, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4bc9, #618de5, #70b2e1, #69d3a3, #f5a524);
}

Axel color palette created on .