FrostFeather Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with FrostFeather palette

Share this palette to:

FrostFeather color palette PNG image

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

FrostFeather color palette CSS

/* CSS */
.color-1 {
color: #d5e9fb;
}
.color-2 {
color: #e8f3fd;
}
.color-3 {
color: #f8fcfb;
}
.color-4 {
color: #f9ecf4;
}
.color-5 {
color: #dcddf4;
}

/* CSS Variables */
:root {
--color-1: #d5e9fb;
--color-2: #e8f3fd;
--color-3: #f8fcfb;
--color-4: #f9ecf4;
--color-5: #dcddf4;
}

FrostFeather background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5e9fb, #e8f3fd, #f8fcfb, #f9ecf4, #dcddf4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5e9fb, #e8f3fd, #f8fcfb, #f9ecf4, #dcddf4);
}

FrostFeather color palette created on .