Sunny Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Blue palette

Share this palette to:

Sunny Blue color palette CSS

/* CSS */
.color-1 {
color: #f9a824;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #a5d9a1;
}
.color-4 {
color: #4da8e0;
}
.color-5 {
color: #2d5a9a;
}

/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #f9c54e;
--color-3: #a5d9a1;
--color-4: #4da8e0;
--color-5: #2d5a9a;
}

Sunny Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #f9c54e, #a5d9a1, #4da8e0, #2d5a9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #f9c54e, #a5d9a1, #4da8e0, #2d5a9a);
}

Sunny Blue color palette created on .