Frosted Corpse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frosted Corpse palette
Color Inspiration
Images that showcase this color palette in real designs
Download Frosted Corpse Color Palette (PNG)
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);
}
Similar color palettes
Frosted Corpse color palette created on .