FrostFeather Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with FrostFeather palette

Share this palette to:

Download FrostFeather Color Palette (PNG)

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

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

FrostFeather background gradient CSS

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