Frosted Autumn Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frosted Autumn Breeze palette
Download Frosted Autumn Breeze Color Palette (PNG)
Frosted Autumn Breeze color palette CSS
/* CSS */
.color-1 {
color: #0092d6;
}
.color-2 {
color: #a2cff1;
}
.color-3 {
color: #eaf2f6;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #0092d6;
--color-2: #a2cff1;
--color-3: #eaf2f6;
--color-4: #f9c54e;
--color-5: #ff6e61;
}
Frosted Autumn Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0092d6, #a2cff1, #eaf2f6, #f9c54e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0092d6, #a2cff1, #eaf2f6, #f9c54e, #ff6e61);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Frosted Autumn Breeze color palette created on .