Frost Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frost palette
Color Inspiration
Images that showcase this color palette in real designs
Download Frost Color Palette (PNG)
Frost color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #bed5da;
}
.color-3 {
color: #d4e8e3;
}
.color-4 {
color: #f3f7f6;
}
.color-5 {
color: #eff5f1;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #bed5da;
--color-3: #d4e8e3;
--color-4: #f3f7f6;
--color-5: #eff5f1;
}
Frost background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #bed5da, #d4e8e3, #f3f7f6, #eff5f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #bed5da, #d4e8e3, #f3f7f6, #eff5f1);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Frost color palette created on .