Frosted Pine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Frosted Pine palette

Share this palette to:

Frosted Pine color palette PNG image

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

Frosted Pine color palette 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;
}

Frosted Pine background gradient CSS

/* 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 .