Blue Sky Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Sky palette

Share this palette to:

Blue Sky color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f6d360;
}
.color-3 {
color: #a5c2d5;
}
.color-4 {
color: #4d7d93;
}
.color-5 {
color: #2d4b7c;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f6d360;
--color-3: #a5c2d5;
--color-4: #4d7d93;
--color-5: #2d4b7c;
}

Blue Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f6d360, #a5c2d5, #4d7d93, #2d4b7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f6d360, #a5c2d5, #4d7d93, #2d4b7c);
}

Blue Sky color palette created on .