Anemo Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Anemo palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Anemo

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

tavolozza dei colori Anemo CSS

/* CSS */
.color-1 {
color: #cde6e9;
}
.color-2 {
color: #a3d8e0;
}
.color-3 {
color: #68b4c0;
}
.color-4 {
color: #3e9fa3;
}
.color-5 {
color: #1a7d7f;
}

/* CSS Variables */
:root {
--color-1: #cde6e9;
--color-2: #a3d8e0;
--color-3: #68b4c0;
--color-4: #3e9fa3;
--color-5: #1a7d7f;
}

CSS con gradiente di sfondo Anemo

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cde6e9, #a3d8e0, #68b4c0, #3e9fa3, #1a7d7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cde6e9, #a3d8e0, #68b4c0, #3e9fa3, #1a7d7f);
}

Anemo color palette created on .