Blue Autumn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Autumn palette

Share this palette to:

Blue Autumn color palette CSS

/* CSS */
.color-1 {
color: #2a699d;
}
.color-2 {
color: #4a8cbf;
}
.color-3 {
color: #80b3d6;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #db5000;
}

/* CSS Variables */
:root {
--color-1: #2a699d;
--color-2: #4a8cbf;
--color-3: #80b3d6;
--color-4: #f5c400;
--color-5: #db5000;
}

Blue Autumn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a699d, #4a8cbf, #80b3d6, #f5c400, #db5000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a699d, #4a8cbf, #80b3d6, #f5c400, #db5000);
}

Blue Autumn color palette created on .