Angel Dust Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Angel Dust palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Angel Dust

Download angel dust color palette PNG image (landscape)
Download angel dust color palette PNG image (square)

tavolozza dei colori Angel Dust CSS

/* CSS */
.color-1 {
color: #f2a1c5;
}
.color-2 {
color: #f8d68b;
}
.color-3 {
color: #f2f2b5;
}
.color-4 {
color: #a1dae2;
}
.color-5 {
color: #f26e7d;
}

/* CSS Variables */
:root {
--color-1: #f2a1c5;
--color-2: #f8d68b;
--color-3: #f2f2b5;
--color-4: #a1dae2;
--color-5: #f26e7d;
}

CSS con gradiente di sfondo Angel Dust

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1c5, #f8d68b, #f2f2b5, #a1dae2, #f26e7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1c5, #f8d68b, #f2f2b5, #a1dae2, #f26e7d);
}

Angel Dust color palette created on .