Sky Blue and Warm Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sky Blue and Warm Sunset palette

Share this palette to:

Sky Blue and Warm Sunset color palette CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #f2b650;
}
.color-3 {
color: #d85d3b;
}
.color-4 {
color: #a9e0b1;
}
.color-5 {
color: #f5a524;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f2b650;
--color-3: #d85d3b;
--color-4: #a9e0b1;
--color-5: #f5a524;
}

Sky Blue and Warm Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f2b650, #d85d3b, #a9e0b1, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f2b650, #d85d3b, #a9e0b1, #f5a524);
}

Sky Blue and Warm Sunset color palette created on .