Angel Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Angel palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Angel

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

tavolozza dei colori Angel CSS

/* CSS */
.color-1 {
color: #f5e5db;
}
.color-2 {
color: #d7aba8;
}
.color-3 {
color: #b0c9ed;
}
.color-4 {
color: #f1c0ac;
}
.color-5 {
color: #ffe0c7;
}

/* CSS Variables */
:root {
--color-1: #f5e5db;
--color-2: #d7aba8;
--color-3: #b0c9ed;
--color-4: #f1c0ac;
--color-5: #ffe0c7;
}

CSS con gradiente di sfondo Angel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e5db, #d7aba8, #b0c9ed, #f1c0ac, #ffe0c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e5db, #d7aba8, #b0c9ed, #f1c0ac, #ffe0c7);
}

Angel color palette created on .