Aether Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Aether palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Aether

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

tavolozza dei colori Aether CSS

/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #afe9c3;
}
.color-3 {
color: #f4e4b3;
}
.color-4 {
color: #f7b1a6;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #afe9c3;
--color-3: #f4e4b3;
--color-4: #f7b1a6;
--color-5: #f76e6e;
}

CSS con gradiente di sfondo Aether

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #afe9c3, #f4e4b3, #f7b1a6, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #afe9c3, #f4e4b3, #f7b1a6, #f76e6e);
}

Aether color palette created on .