Frost Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Frost palette

Share this palette to:

Frost color palette PNG image

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

Frost color palette CSS

/* CSS */
.color-1 {
color: #a7dae6;
}
.color-2 {
color: #a4c5da;
}
.color-3 {
color: #b6e2d7;
}
.color-4 {
color: #f4e2b3;
}
.color-5 {
color: #f7a5a1;
}

/* CSS Variables */
:root {
--color-1: #a7dae6;
--color-2: #a4c5da;
--color-3: #b6e2d7;
--color-4: #f4e2b3;
--color-5: #f7a5a1;
}

Frost background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7dae6, #a4c5da, #b6e2d7, #f4e2b3, #f7a5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7dae6, #a4c5da, #b6e2d7, #f4e2b3, #f7a5a1);
}

Frost color palette created on .