Frosted Autumn Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Frosted Autumn Breeze palette

Share this palette to:

Download Frosted Autumn Breeze Color Palette (PNG)

Download frosted autumn breeze color palette PNG image (landscape)
Download frosted autumn breeze color palette PNG image (square)

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);
}

Frosted Autumn Breeze color palette created on .