Vibrant Aelius Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Aelius palette

Condividi questa palette a:

tavolozza dei colori Vibrant Aelius CSS

/* CSS */
.color-1 {
color: #f7b1a1;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #5cdb8b;
}
.color-4 {
color: #3a99cf;
}
.color-5 {
color: #f47b1f;
}

/* CSS Variables */
:root {
--color-1: #f7b1a1;
--color-2: #f4cf3e;
--color-3: #5cdb8b;
--color-4: #3a99cf;
--color-5: #f47b1f;
}

CSS con gradiente di sfondo Vibrant Aelius

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a1, #f4cf3e, #5cdb8b, #3a99cf, #f47b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a1, #f4cf3e, #5cdb8b, #3a99cf, #f47b1f);
}

Vibrant Aelius color palette created on .