Alien Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Alien Blue palette

Condividi questa palette a:

tavolozza dei colori Alien Blue CSS

/* CSS */
.color-1 {
color: #5c4b8b;
}
.color-2 {
color: #4a8c7c;
}
.color-3 {
color: #4aaebf;
}
.color-4 {
color: #4eb7e4;
}
.color-5 {
color: #8aa1e0;
}

/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #4a8c7c;
--color-3: #4aaebf;
--color-4: #4eb7e4;
--color-5: #8aa1e0;
}

CSS con gradiente di sfondo Alien Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #4a8c7c, #4aaebf, #4eb7e4, #8aa1e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #4a8c7c, #4aaebf, #4eb7e4, #8aa1e0);
}

Alien Blue color palette created on .