FrostFeather Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with FrostFeather palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori FrostFeather

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

tavolozza dei colori FrostFeather CSS

/* CSS */
.color-1 {
color: #a4c8df;
}
.color-2 {
color: #b7e3f5;
}
.color-3 {
color: #f1f7f9;
}
.color-4 {
color: #f9d6ae;
}
.color-5 {
color: #f5908e;
}

/* CSS Variables */
:root {
--color-1: #a4c8df;
--color-2: #b7e3f5;
--color-3: #f1f7f9;
--color-4: #f9d6ae;
--color-5: #f5908e;
}

CSS con gradiente di sfondo FrostFeather

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8df, #b7e3f5, #f1f7f9, #f9d6ae, #f5908e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8df, #b7e3f5, #f1f7f9, #f9d6ae, #f5908e);
}

FrostFeather color palette created on .