Frosted Corpse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Frosted Corpse palette

Share this palette to:

Frosted Corpse color palette PNG image

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

Frosted Corpse color palette CSS

/* CSS */
.color-1 {
color: #a9c7e5;
}
.color-2 {
color: #b5c8d4;
}
.color-3 {
color: #d9e3e7;
}
.color-4 {
color: #f2c5d3;
}
.color-5 {
color: #f1a7b7;
}

/* CSS Variables */
:root {
--color-1: #a9c7e5;
--color-2: #b5c8d4;
--color-3: #d9e3e7;
--color-4: #f2c5d3;
--color-5: #f1a7b7;
}

Frosted Corpse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c7e5, #b5c8d4, #d9e3e7, #f2c5d3, #f1a7b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c7e5, #b5c8d4, #d9e3e7, #f2c5d3, #f1a7b7);
}

Frosted Corpse color palette created on .