Frosted Pine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Frosted Pine palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Frosted Pine

Download frosted pine color palette PNG image (landscape)
Download frosted pine color palette PNG image (square)

tavolozza dei colori Frosted Pine CSS

/* CSS */
.color-1 {
color: #a9c7b9;
}
.color-2 {
color: #b0d8b6;
}
.color-3 {
color: #d3e3d4;
}
.color-4 {
color: #f1f6e4;
}
.color-5 {
color: #f6e9c1;
}

/* CSS Variables */
:root {
--color-1: #a9c7b9;
--color-2: #b0d8b6;
--color-3: #d3e3d4;
--color-4: #f1f6e4;
--color-5: #f6e9c1;
}

CSS con gradiente di sfondo Frosted Pine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c7b9, #b0d8b6, #d3e3d4, #f1f6e4, #f6e9c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c7b9, #b0d8b6, #d3e3d4, #f1f6e4, #f6e9c1);
}

Frosted Pine color palette created on .